Searched refs:IndirectTargetMBB (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DMachineVerifier.cpp898 const MachineBasicBlock *IndirectTargetMBB = MO.getMBB(); local
899 if (!IndirectTargetMBB) {
904 if (!MBB->isSuccessor(IndirectTargetMBB))
908 if (!IndirectTargetMBB->isPredecessor(MBB))

Completed in 103 milliseconds