Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h802 bool shouldEmitLabelForBasicBlock(const MachineBasicBlock &MBB) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3270 if (shouldEmitLabelForBasicBlock(MBB)) { in emitBasicBlockStart()
3324 bool AsmPrinter::shouldEmitLabelForBasicBlock( in shouldEmitLabelForBasicBlock() function in AsmPrinter