Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp380 auto *MPhi = MSSA->getMemoryAccess(BBIDF); in insertDef() local
393 for (auto &MPhi : NewInsertedPHIs) { in insertDef() local
404 for (auto &MPhi : NewInsertedPHIs) { in insertDef() local
523 if (MemoryPhi *MPhi = MSSA->getMemoryAccess(To)) { in removeEdge() local
531 if (MemoryPhi *MPhi = MSSA->getMemoryAccess(To)) { in removeDuplicatePhiEdgesBetween() local
616 auto *MPhi = MSSA->getMemoryAccess(Header); in updatePhisWhenInsertingUniqueBackedgeBlock() local
712 if (MemoryPhi *MPhi = MSSA->getMemoryAccess(BB)) { in updateForClonedLoop() local
724 if (MemoryPhi *MPhi = MSSA->getMemoryAccess(BB)) in updateForClonedLoop() local
740 if (MemoryPhi *MPhi = MSSA->getMemoryAccess(BB)) in updateForClonedBlockIntoPred() local
1049 if (auto *MPhi = cast_or_null<MemoryPhi>(VH)) in applyInsertUpdates() local
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPHIElimination.cpp230 static bool allPhiOperandsUndefined(const MachineInstr &MPhi, in allPhiOperandsUndefined()
247 MachineInstr *MPhi = MBB.remove(&*MBB.begin()); in LowerPHINode() local
/external/llvm/lib/CodeGen/
DPHIElimination.cpp212 static bool isSourceDefinedByImplicitDef(const MachineInstr *MPhi, in isSourceDefinedByImplicitDef()
230 MachineInstr *MPhi = MBB.remove(&*MBB.begin()); in LowerPHINode() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp308 if (auto *MPhi = MSSAU->getMemorySSA()->getMemoryAccess(Succ)) in AddPredecessorToBlock() local