Home
last modified time | relevance | path

Searched refs:SkipPHIsAndLabels (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLocalizer.cpp153 InsertMBB->insert(InsertMBB->SkipPHIsAndLabels(UseMI), LocalizedMI); in localizeInterBlock()
155 InsertMBB->insert(InsertMBB->SkipPHIsAndLabels(InsertMBB->begin()), in localizeInterBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPHIEliminationUtils.cpp58 return MBB->SkipPHIsAndLabels(InsertPoint); in findPHICopyInsertPoint()
DPHIElimination.cpp211 std::prev(MBB.SkipPHIsAndLabels(MBB.begin())); in EliminatePHINodes()
DMachineBasicBlock.cpp170 MachineBasicBlock::SkipPHIsAndLabels(MachineBasicBlock::iterator I) { in SkipPHIsAndLabels() function in MachineBasicBlock
501 iterator I = SkipPHIsAndLabels(begin()), E = end(); in addLiveIn()
DBranchFolding.cpp1324 auto InsertBefore = SuccMBB.SkipPHIsAndLabels(SuccMBB.begin()); in copyDebugInfoToSuccessor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h542 iterator SkipPHIsAndLabels(iterator I);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86SpeculativeLoadHardening.cpp525 extractPredStateFromSP(MBB, MBB.SkipPHIsAndLabels(MBB.begin()), Loc)); in runOnMachineFunction()
590 auto InsertPt = MBB->SkipPHIsAndLabels(MBB->begin()); in hardenEdgesWithLFENCE()