Searched refs:MPhiMap (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemorySSAUpdater.cpp | 547 PhiToDefMap &MPhiMap, in getNewDefiningAccessForClone() argument 569 &*(--DefIt), VMap, MPhiMap, CloneWasSimplified, MSSA); in getNewDefiningAccessForClone() 575 if (MemoryAccess *NewDefPhi = MPhiMap.lookup(DefPhi)) in getNewDefiningAccessForClone() 584 PhiToDefMap &MPhiMap, in cloneUsesAndDefs() argument 604 MPhiMap, CloneWasSimplified, MSSA), in cloneUsesAndDefs() 657 PhiToDefMap MPhiMap; in updateForClonedLoop() local 695 if (MemoryAccess *NewDefPhi = MPhiMap.lookup(IncPhi)) in updateForClonedLoop() 714 MPhiMap[MPhi] = NewPhi; in updateForClonedLoop() 717 cloneUsesAndDefs(BB, NewBlock, VMap, MPhiMap); in updateForClonedLoop() 725 if (MemoryAccess *NewPhi = MPhiMap.lookup(MPhi)) in updateForClonedLoop() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | MemorySSAUpdater.h | 298 const ValueToValueMapTy &VMap, PhiToDefMap &MPhiMap,
|