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