Home
last modified time | relevance | path

Searched refs:BeginMBB (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FlagsCopyLowering.cpp464 auto HasEFLAGSClobberPath = [&](MachineBasicBlock *BeginMBB, in runOnMachineFunction()
466 assert(MDT->dominates(BeginMBB, EndMBB) && in runOnMachineFunction()
471 Visited.insert(BeginMBB); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp675 const auto *BeginMBB = R.first->getParent(); in attachRangesOrLowHighPC() local
678 const auto *MBB = BeginMBB; in attachRangesOrLowHighPC()
689 {MBB->sameSection(BeginMBB) ? BeginLabel in attachRangesOrLowHighPC()