Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h129 LiveInterval &createEmptyInterval(Register Reg) { in createEmptyInterval() function
137 LiveInterval &LI = createEmptyInterval(Reg); in createAndComputeVirtRegInterval()
H A DLiveRangeEdit.h176 LiveInterval &createEmptyInterval() { in createEmptyInterval() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRenameIndependentSubregs.cpp143 LiveInterval &NewLI = LIS->createEmptyInterval(NewVReg); in INITIALIZE_PASS_DEPENDENCY()
H A DLiveRangeEdit.cpp39 LiveInterval &LI = LIS.createEmptyInterval(VReg); in createEmptyIntervalFrom()
H A DLiveIntervals.cpp201 LiveInterval &LI = createEmptyInterval(Reg); in computeVirtRegs()
877 LiveInterval &Interval = createEmptyInterval(Reg); in addSegmentToEndOfBlock()
1753 LiveInterval &NewLI = createEmptyInterval(NewVReg); in splitSeparateComponents()
H A DPHIElimination.cpp395 LiveInterval &IncomingLI = LIS->createEmptyInterval(IncomingReg); in LowerPHINode()
H A DSplitKit.cpp639 Edit->createEmptyInterval(); in openIntv()
643 Edit->createEmptyInterval(); in openIntv()
H A DModuloSchedule.cpp340 LIS.createEmptyInterval(ToReg); in replaceRegUsesAfterLoop()