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()
449 SmallVector<AllocaInst *, 64> Allocas; in run() local
452 Allocas.push_back(AI); in run()
453 StackLifetime SL(F, Allocas, StackLifetime::LivenessType::Must); in run()
456 for (auto *AI : Allocas) { in run()
457 auto &UI = Info.Allocas.emplace(AI, PointerSize).first->second; in run()
753 for (auto &KV : FI.Allocas) { in createGlobalStackSafetyInfo()
761 A.Calls = SrcF.Allocas.find(KV.first)->second.Calls; in createGlobalStackSafetyInfo()
811 for (auto &KV : FnKV.second.Allocas) { in getInfo()