Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h905 bool shouldEmitLabelForBasicBlock(const MachineBasicBlock &MBB) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3993 if (shouldEmitLabelForBasicBlock(MBB)) { in emitBasicBlockStart()
4047 bool AsmPrinter::shouldEmitLabelForBasicBlock( in shouldEmitLabelForBasicBlock() function in AsmPrinter