Searched refs:RangeIt (Results 1 – 2 of 2) sorted by relevance
76 auto RangeIt = Range.begin(); in finalizeVisitor() local79 RefutationSolver, Ctx, Sym, RangeIt->From(), RangeIt->To(), in finalizeVisitor()81 while ((++RangeIt) != Range.end()) { in finalizeVisitor()84 RangeIt->From(), RangeIt->To(), in finalizeVisitor()
1834 auto RangeIt = Asm->MBBSectionRanges.find(RangeMBB->getSectionID()); in buildLocationList() local1835 assert(RangeIt != Asm->MBBSectionRanges.end() && in buildLocationList()1839 auto NextRangeIt = std::next(RangeIt); in buildLocationList()1848 if ((RangeIt->second.EndLabel != Asm->getFunctionEnd() && in buildLocationList()1849 CurEntry->getEndSym() != RangeIt->second.EndLabel) || in buildLocationList()1853 RangeIt = NextRangeIt; in buildLocationList()1854 NextRangeIt = std::next(RangeIt); in buildLocationList()