Searched defs:PromoteMem2Reg (Results 1 – 1 of 1) sorted by relevance
345 struct PromoteMem2Reg { struct347 std::vector<AllocaInst *> Allocas;349 DominatorTree &DT;350 DIBuilder DIB;353 AssumptionCache *AC;355 const SimplifyQuery SQ;358 DenseMap<AllocaInst *, unsigned> AllocaLookup;366 DenseMap<std::pair<unsigned, unsigned>, PHINode *> NewPhiNodes;370 DenseMap<PHINode *, unsigned> PhiToAllocaMap;375 SmallVector<AllocaInfo::DbgUserVec, 8> AllocaDbgUsers;[all …]