Searched refs:RangeMBB (Results 1 – 1 of 1) sorted by relevance
1806 const MachineBasicBlock *RangeMBB = nullptr; in buildLocationList() local1808 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()