Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1823 const MachineBasicBlock *RangeMBB = nullptr; in buildLocationList() local
1825 RangeMBB = &Asm->MF->front(); in buildLocationList()
1827 RangeMBB = Entries.begin()->getInstr()->getParent(); in buildLocationList()
1832 while (!RangeMBB->isEndSection()) in buildLocationList()
1833 RangeMBB = RangeMBB->getNextNode(); in buildLocationList()
1834 if (!RangeMBB->getNextNode()) in buildLocationList()
1839 if (CurEntry->getEndSym() != RangeMBB->getEndSymbol() || in buildLocationList()
1840 NextEntry->getBeginSym() != RangeMBB->getNextNode()->getSymbol() || in buildLocationList()
1843 RangeMBB = RangeMBB->getNextNode(); in buildLocationList()