Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h131 LiveInterval &createEmptyInterval(unsigned Reg) { in createEmptyInterval() function
139 LiveInterval &LI = createEmptyInterval(Reg); in createAndComputeVirtRegInterval()
H A DLiveRangeEdit.h185 LiveInterval &createEmptyInterval() { in createEmptyInterval() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRenameIndependentSubregs.cpp143 LiveInterval &NewLI = LIS->createEmptyInterval(NewVReg); in INITIALIZE_PASS_DEPENDENCY()
H A DLiveRangeEdit.cpp40 LiveInterval &LI = LIS.createEmptyInterval(VReg); in createEmptyIntervalFrom()
H A DPHIElimination.cpp330 LiveInterval &IncomingLI = LIS->createEmptyInterval(IncomingReg); in LowerPHINode()
H A DLiveIntervals.cpp870 LiveInterval& Interval = createEmptyInterval(reg); in addSegmentToEndOfBlock()
1649 LiveInterval &NewLI = createEmptyInterval(NewVReg); in splitSeparateComponents()
H A DSplitKit.cpp677 Edit->createEmptyInterval(); in openIntv()
681 Edit->createEmptyInterval(); in openIntv()
H A DMachinePipeliner.cpp2086 LIS.createEmptyInterval(ToReg); in replaceRegUsesAfterLoop()