Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/CodeGen/
DAsmPrinter.h789 bool shouldEmitLabelForBasicBlock(const MachineBasicBlock &MBB) const;
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp3160 if (shouldEmitLabelForBasicBlock(MBB)) { in emitBasicBlockStart()
3209 bool AsmPrinter::shouldEmitLabelForBasicBlock( in shouldEmitLabelForBasicBlock() function in AsmPrinter