Home
last modified time | relevance | path

Searched refs:isPredecessor (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DCombinerHelper.h80 bool isPredecessor(MachineInstr &DefMI, MachineInstr &UseMI);
DRegBankSelect.h291 assert(DstOrSplit && DstOrSplit->isPredecessor(&Src) && in getPointImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp562 bool CombinerHelper::isPredecessor(MachineInstr &DefMI, MachineInstr &UseMI) { in isPredecessor() function in CombinerHelper
581 return isPredecessor(DefMI, UseMI); in dominates()
DRegBankSelect.cpp904 assert(Src.isSuccessor(DstOrSplit) && DstOrSplit->isPredecessor(&Src) && in materialize()
DIRTranslator.cpp2093 if (SeenPreds.count(Pred) || !PhiMBB->isPredecessor(Pred)) in finishPendingPhis()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp572 assert((!TBI.Pred || Succ->isPredecessor(TBI.Pred)) && "CFG changed"); in invalidate()
594 assert(MBB->isPredecessor(TBI.Pred) && "CFG doesn't match trace"); in verify()
DMachineBasicBlock.cpp813 bool MachineBasicBlock::isPredecessor(const MachineBasicBlock *MBB) const { in isPredecessor() function in MachineBasicBlock
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h506 bool isPredecessor(const MachineBasicBlock *MBB) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FixupLEAs.cpp261 if (MBB.isPredecessor(&MBB)) { in getPreviousInstr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyCFGStackify.cpp536 if (MBB.isPredecessor(Header)) { in placeTryMarker()