Searched defs:PromoteMem2Reg (Results 1 – 1 of 1) sorted by relevance
378 struct PromoteMem2Reg { struct380 std::vector<AllocaInst *> Allocas;382 DominatorTree &DT;383 DIBuilder DIB;386 AssumptionCache *AC;388 const SimplifyQuery SQ;391 DenseMap<AllocaInst *, unsigned> AllocaLookup;398 DenseMap<std::pair<unsigned, unsigned>, PHINode *> NewPhiNodes;402 DenseMap<PHINode *, unsigned> PhiToAllocaMap;407 SmallVector<AllocaInfo::DbgUserVec, 8> AllocaDbgUsers;[all …]