Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h131 LiveInterval &createEmptyInterval(Register Reg) { in createEmptyInterval() function
139 LiveInterval &LI = createEmptyInterval(Reg); in createAndComputeVirtRegInterval()
H A DLiveRangeEdit.h185 LiveInterval &createEmptyInterval() { in createEmptyInterval() function
/netbsd-src/external/apache2/llvm/dist/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.cpp208 LiveInterval &LI = createEmptyInterval(Reg); in computeVirtRegs()
877 LiveInterval &Interval = createEmptyInterval(Reg); in addSegmentToEndOfBlock()
1744 LiveInterval &NewLI = createEmptyInterval(NewVReg); in splitSeparateComponents()
H A DPHIElimination.cpp386 LiveInterval &IncomingLI = LIS->createEmptyInterval(IncomingReg); in LowerPHINode()
H A DSplitKit.cpp644 Edit->createEmptyInterval(); in openIntv()
648 Edit->createEmptyInterval(); in openIntv()
H A DModuloSchedule.cpp346 LIS.createEmptyInterval(ToReg); in replaceRegUsesAfterLoop()