Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1806 const MachineBasicBlock *RangeMBB = nullptr; in buildLocationList() local
1808 RangeMBB = &Asm->MF->front(); in buildLocationList()
1810 RangeMBB = Entries.begin()->getInstr()->getParent(); in buildLocationList()
1815 while (!RangeMBB->isEndSection()) in buildLocationList()
1816 RangeMBB = RangeMBB->getNextNode(); in buildLocationList()
1817 if (!RangeMBB->getNextNode()) in buildLocationList()
1822 if (CurEntry->getEndSym() != RangeMBB->getEndSymbol() || in buildLocationList()
1823 NextEntry->getBeginSym() != RangeMBB->getNextNode()->getSymbol() || in buildLocationList()
1826 RangeMBB = RangeMBB->getNextNode(); in buildLocationList()