Searched refs:createEmptyInterval (Results 1 – 9 of 9) sorted by relevance
129 LiveInterval &createEmptyInterval(Register Reg) { in createEmptyInterval() function137 LiveInterval &LI = createEmptyInterval(Reg); in createAndComputeVirtRegInterval()146 return hasInterval(Reg) ? getInterval(Reg) : createEmptyInterval(Reg); in getOrCreateEmptyInterval()
172 LiveInterval &createEmptyInterval() { in createEmptyInterval() function
355 auto &NewLI = LIS->createEmptyInterval(NewReg); in updateLiveIntervals()
143 LiveInterval &NewLI = LIS->createEmptyInterval(NewVReg); in INITIALIZE_PASS_DEPENDENCY()
40 LiveInterval &LI = LIS.createEmptyInterval(VReg); in createEmptyIntervalFrom()
201 LiveInterval &LI = createEmptyInterval(Reg); in computeVirtRegs()1738 LiveInterval &NewLI = createEmptyInterval(NewVReg); in splitSeparateComponents()
650 Edit->createEmptyInterval(); in openIntv()654 Edit->createEmptyInterval(); in openIntv()
346 LIS.createEmptyInterval(ToReg); in replaceRegUsesAfterLoop()
594 NewLIs.push_back(&LIS->createEmptyInterval(NewR)); in distributeLiveIntervals()