Searched defs:PromoteMem2Reg (Results 1 – 1 of 1) sorted by relevance
225 struct PromoteMem2Reg { struct227 std::vector<AllocaInst *> Allocas;229 DominatorTree &DT;230 DIBuilder DIB;233 AssumptionCache *AC;235 const SimplifyQuery SQ;238 DenseMap<AllocaInst *, unsigned> AllocaLookup;246 DenseMap<std::pair<unsigned, unsigned>, PHINode *> NewPhiNodes;250 DenseMap<PHINode *, unsigned> PhiToAllocaMap;255 SmallVector<TinyPtrVector<DbgVariableIntrinsic *>, 8> AllocaDbgDeclares;[all …]