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