Searched defs:PromoteMem2Reg (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | PromoteMemoryToRegister.cpp | 222 struct PromoteMem2Reg { struct 224 std::vector<AllocaInst *> Allocas; 225 DominatorTree &DT; 226 DIBuilder DIB; 229 AliasSetTracker *AST; 232 AssumptionCache *AC; 235 DenseMap<AllocaInst *, unsigned> AllocaLookup; 243 DenseMap<std::pair<unsigned, unsigned>, PHINode *> NewPhiNodes; 247 DenseMap<PHINode *, unsigned> PhiToAllocaMap; 252 std::vector<Value *> PointerAllocaValues; [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | PromoteMemoryToRegister.cpp | 292 struct PromoteMem2Reg { struct 294 std::vector<AllocaInst *> Allocas; 296 DominatorTree &DT; 297 DIBuilder DIB; 300 AssumptionCache *AC; 302 const SimplifyQuery SQ; 305 DenseMap<AllocaInst *, unsigned> AllocaLookup; 313 DenseMap<std::pair<unsigned, unsigned>, PHINode *> NewPhiNodes; 317 DenseMap<PHINode *, unsigned> PhiToAllocaMap; 322 SmallVector<AllocaInfo::DbgUserVec, 8> AllocaDbgUsers; [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | PromoteMemoryToRegister.cpp | 225 struct PromoteMem2Reg { struct 227 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 …]
|