reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
108 for (unsigned I = 0; I != Roots.size(); ++I) { 109 Constant *C = cast<Constant>(Roots[I].first->getArgOperand(1)); 119 ConstantInt::get(Int32Ty, Roots.size(), false), 159 for (size_t I = 0; I != Roots.size(); I++) 160 EltTys.push_back(Roots[I].second->getAllocatedType()); 232 assert(Roots.empty() && "Not cleaned up?"); 245 Roots.push_back(Pair); 252 Roots.insert(Roots.begin(), MetaRoots.begin(), MetaRoots.end()); 252 Roots.insert(Roots.begin(), MetaRoots.begin(), MetaRoots.end()); 296 if (Roots.empty()) 322 for (unsigned I = 0, E = Roots.size(); I != E; ++I) { 328 AllocaInst *OriginalAlloca = Roots[I].second; 365 for (unsigned I = 0, E = Roots.size(); I != E; ++I) { 366 Roots[I].first->eraseFromParent(); 367 Roots[I].second->eraseFromParent(); 370 Roots.clear();