Home
last modified time | relevance | path

Searched defs:PromoteMem2Reg (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp222 struct PromoteMem2Reg { struct
224 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 …]