Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp380 auto *MPhi = MSSA->getMemoryAccess(BBIDF); in insertDef() local
395 for (auto &MPhi : NewInsertedPHIs) { in insertDef() local
406 for (auto &MPhi : NewInsertedPHIs) { in insertDef() local
533 if (MemoryPhi *MPhi = MSSA->getMemoryAccess(To)) { in removeEdge() local
541 if (MemoryPhi *MPhi = MSSA->getMemoryAccess(To)) { in removeDuplicatePhiEdgesBetween() local
640 auto *MPhi = MSSA->getMemoryAccess(Header); in updatePhisWhenInsertingUniqueBackedgeBlock() local
740 if (MemoryPhi *MPhi = MSSA->getMemoryAccess(BB)) { in updateForClonedLoop() local
752 if (MemoryPhi *MPhi = MSSA->getMemoryAccess(BB)) in updateForClonedLoop() local
768 if (MemoryPhi *MPhi = MSSA->getMemoryAccess(BB)) in updateForClonedBlockIntoPred() local
1091 if (auto *MPhi = cast_or_null<MemoryPhi>(VH)) in applyInsertUpdates() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPHIElimination.cpp260 static bool allPhiOperandsUndefined(const MachineInstr &MPhi, in allPhiOperandsUndefined()
277 MachineInstr *MPhi = MBB.remove(&*MBB.begin()); in LowerPHINode() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp334 if (auto *MPhi = MSSAU->getMemorySSA()->getMemoryAccess(Succ)) in AddPredecessorToBlock() local