Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FlagsCopyLowering.cpp444 auto HasEFLAGSClobberPath = [&](MachineBasicBlock *BeginMBB, in runOnMachineFunction()
446 assert(MDT->dominates(BeginMBB, EndMBB) && in runOnMachineFunction()
451 Visited.insert(BeginMBB); in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp660 const auto *BeginMBB = R.first->getParent(); in attachRangesOrLowHighPC() local
663 const auto *MBB = BeginMBB; in attachRangesOrLowHighPC()
674 {MBB->sameSection(BeginMBB) ? BeginLabel in attachRangesOrLowHighPC()