Lines Matching refs:Allocas
184 std::map<const AllocaInst *, UseInfo<CalleeTy>> Allocas;
211 auto &AS = Allocas.find(AI)->second;
217 assert(Allocas.empty());
560 SmallVector<AllocaInst *, 64> Allocas;
563 Allocas.push_back(AI);
564 StackLifetime SL(F, Allocas, StackLifetime::LivenessType::Must);
567 for (auto *AI : Allocas) {
568 auto &UI = Info.Allocas.emplace(AI, PointerSize).first->second;
861 for (auto &KV : FI.Allocas) {
869 A.Calls = SrcF.Allocas.find(KV.first)->second.Calls;
921 for (auto &KV : FnKV.second.Allocas) {