Searched refs:createEmptyInterval (Results 1 – 9 of 9) sorted by relevance
141 LiveInterval &createEmptyInterval(Register Reg) { in createEmptyInterval() function149 LiveInterval &LI = createEmptyInterval(Reg); in createAndComputeVirtRegInterval()158 return hasInterval(Reg) ? getInterval(Reg) : createEmptyInterval(Reg); in getOrCreateEmptyInterval()
172 LiveInterval &createEmptyInterval() { in createEmptyInterval() function
143 LiveInterval &NewLI = LIS->createEmptyInterval(NewVReg); in INITIALIZE_PASS_DEPENDENCY()
40 LiveInterval &LI = LIS.createEmptyInterval(VReg); in createEmptyIntervalFrom()
226 LiveInterval &LI = createEmptyInterval(Reg); in computeVirtRegs()1776 LiveInterval &NewLI = createEmptyInterval(NewVReg); in splitSeparateComponents()
649 Edit->createEmptyInterval(); in openIntv()653 Edit->createEmptyInterval(); in openIntv()
353 LIS.createEmptyInterval(ToReg); in replaceRegUsesAfterLoop()2494 LIS.createEmptyInterval(PhiReg); in mergeRegUsesAfterPipeline()
355 auto &NewLI = LIS->createEmptyInterval(NewReg); in updateLiveIntervals()
594 NewLIs.push_back(&LIS->createEmptyInterval(NewR)); in distributeLiveIntervals()