Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1780 const MachineBasicBlock *RangeMBB = nullptr; in buildLocationList() local
1782 RangeMBB = &Asm->MF->front(); in buildLocationList()
1784 RangeMBB = Entries.begin()->getInstr()->getParent(); in buildLocationList()
1789 while (!RangeMBB->isEndSection()) in buildLocationList()
1790 RangeMBB = RangeMBB->getNextNode(); in buildLocationList()
1791 if (!RangeMBB->getNextNode()) in buildLocationList()
1796 if (CurEntry->getEndSym() != RangeMBB->getEndSymbol() || in buildLocationList()
1797 NextEntry->getBeginSym() != RangeMBB->getNextNode()->getSymbol() || in buildLocationList()
1800 RangeMBB = RangeMBB->getNextNode(); in buildLocationList()