Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1786 const MachineBasicBlock *RangeMBB = nullptr; in buildLocationList() local
1788 RangeMBB = &Asm->MF->front(); in buildLocationList()
1790 RangeMBB = Entries.begin()->getInstr()->getParent(); in buildLocationList()
1795 while (!RangeMBB->isEndSection()) in buildLocationList()
1796 RangeMBB = RangeMBB->getNextNode(); in buildLocationList()
1797 if (!RangeMBB->getNextNode()) in buildLocationList()
1802 if (CurEntry->getEndSym() != RangeMBB->getEndSymbol() || in buildLocationList()
1803 NextEntry->getBeginSym() != RangeMBB->getNextNode()->getSymbol() || in buildLocationList()
1806 RangeMBB = RangeMBB->getNextNode(); in buildLocationList()