Lines Matching refs:Allocas
176 std::map<const AllocaInst *, UseInfo<CalleeTy>> Allocas; member
203 auto &AS = Allocas.find(AI)->second; in print()
209 assert(Allocas.empty()); in print()
447 SmallVector<AllocaInst *, 64> Allocas; in run() local
450 Allocas.push_back(AI); in run()
451 StackLifetime SL(F, Allocas, StackLifetime::LivenessType::Must); in run()
454 for (auto *AI : Allocas) { in run()
455 auto &UI = Info.Allocas.emplace(AI, PointerSize).first->second; in run()
751 for (auto &KV : FI.Allocas) { in createGlobalStackSafetyInfo()
759 A.Calls = SrcF.Allocas.find(KV.first)->second.Calls; in createGlobalStackSafetyInfo()
809 for (auto &KV : FnKV.second.Allocas) { in getInfo()