Searched refs:createEmptyInterval (Results 1 – 8 of 8) sorted by relevance
149 LiveInterval &createEmptyInterval(Register Reg) { in createEmptyInterval() function158 LiveInterval &LI = createEmptyInterval(Reg); in createAndComputeVirtRegInterval()167 return hasInterval(Reg) ? getInterval(Reg) : createEmptyInterval(Reg); in getOrCreateEmptyInterval()
172 LiveInterval &createEmptyInterval() { in createEmptyInterval() function
339 auto &NewLI = LIS->createEmptyInterval(NewReg); in updateLiveIntervals()
149 LiveInterval &NewLI = LIS->createEmptyInterval(NewVReg); in INITIALIZE_PASS_DEPENDENCY()
40 LiveInterval &LI = LIS.createEmptyInterval(VReg); in createEmptyIntervalFrom()
242 LiveInterval &LI = createEmptyInterval(Reg); in computeVirtRegs()1812 LiveInterval &NewLI = createEmptyInterval(NewVReg); in splitSeparateComponents()
685 Edit->createEmptyInterval(); in openIntv()689 Edit->createEmptyInterval(); in openIntv()
577 NewLIs.push_back(&LIS->createEmptyInterval(NewR)); in distributeLiveIntervals()