Searched refs:NewIntvs (Results 1 – 1 of 1) sorted by relevance
265 SmallVector<LiveInterval*, 8> NewIntvs; in computeLiveInRegUnits() local286 NewIntvs.push_back(Intv); in computeLiveInRegUnits()295 DEBUG(dbgs() << "Created " << NewIntvs.size() << " new intervals.\n"); in computeLiveInRegUnits()298 for (unsigned i = 0, e = NewIntvs.size(); i != e; ++i) in computeLiveInRegUnits()299 computeRegUnitInterval(NewIntvs[i]); in computeLiveInRegUnits()