Searched defs:PromoteMem2Reg (Results 1 – 1 of 1) sorted by relevance
222 struct PromoteMem2Reg { struct224 std::vector<AllocaInst *> Allocas;226 DominatorTree &DT;227 DIBuilder DIB;230 AssumptionCache *AC;232 const SimplifyQuery SQ;235 DenseMap<AllocaInst *, unsigned> AllocaLookup;243 DenseMap<std::pair<unsigned, unsigned>, PHINode *> NewPhiNodes;247 DenseMap<PHINode *, unsigned> PhiToAllocaMap;252 SmallVector<AllocaInfo::DbgUserVec, 8> AllocaDbgUsers;[all …]