Home
last modified time | relevance | path

Searched refs:NewIntvs (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DLiveIntervalAnalysis.cpp265 SmallVector<LiveInterval*, 8> NewIntvs; in computeLiveInRegUnits() local
286 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()