Searched refs:isEndSection (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DBBSectionsPrepare.cpp169 if (FTMBB && (MBB.isEndSection() || &*NextMBBI != FTMBB))
174 if (MBB.isEndSection())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp339 if (!MBB.isEndSection())
H A DAsmPrinter.cpp1183 (MBB.isEndSection() && !MBB.sameSection(&MF->front()))) {
1205 if (MBB.isEndSection()) {
3090 if (MBB.isEndSection())
H A DDwarfCompileUnit.cpp595 if (MBB->sameSection(EndMBB) || MBB->isEndSection()) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h459 bool isEndSection() const { return IsEndSection; } function in class:llvm::MachineBasicBlock

Completed in 181 milliseconds