reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
279 Allocas[AllocaIdx] = Allocas.back(); 279 Allocas[AllocaIdx] = Allocas.back(); 280 Allocas.pop_back(); 534 AllocaDbgDeclares.resize(Allocas.size()); 540 for (unsigned AllocaNum = 0; AllocaNum != Allocas.size(); ++AllocaNum) { 541 AllocaInst *AI = Allocas[AllocaNum]; 596 AllocaLookup[Allocas[AllocaNum]] = AllocaNum; 629 if (Allocas.empty()) 637 RenamePassData::ValVector Values(Allocas.size()); 638 for (unsigned i = 0, e = Allocas.size(); i != e; ++i) 639 Values[i] = UndefValue::get(Allocas[i]->getAllocatedType()); 643 RenamePassData::LocationVector Locations(Allocas.size()); 661 for (Instruction *A : Allocas) { 853 PN = PHINode::Create(Allocas[AllocaNo]->getAllocatedType(), getNumPreds(BB), 854 Allocas[AllocaNo]->getName() + "." + Twine(Version++),