Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h173 LiveInterval &createEmptyInterval() { in createEmptyInterval() function
/openbsd-src/gnu/llvm/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 DLiveIntervals.cpp201 LiveInterval &LI = createEmptyInterval(Reg); in computeVirtRegs()
871 LiveInterval &Interval = createEmptyInterval(Reg); in addSegmentToEndOfBlock()
1745 LiveInterval &NewLI = createEmptyInterval(NewVReg); in splitSeparateComponents()
H A DPHIElimination.cpp395 LiveInterval &IncomingLI = LIS->createEmptyInterval(IncomingReg); in LowerPHINode()
H A DSplitKit.cpp638 Edit->createEmptyInterval(); in openIntv()
642 Edit->createEmptyInterval(); in openIntv()
H A DModuloSchedule.cpp349 LIS.createEmptyInterval(ToReg); in replaceRegUsesAfterLoop()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp593 NewLIs.push_back(&LIS->createEmptyInterval(NewR)); in distributeLiveIntervals()