Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h882 bool shouldEmitLabelForBasicBlock(const MachineBasicBlock &MBB) const;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3758 if (shouldEmitLabelForBasicBlock(MBB)) { in emitBasicBlockStart()
3812 bool AsmPrinter::shouldEmitLabelForBasicBlock( in shouldEmitLabelForBasicBlock() function in AsmPrinter