Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveIntervalAnalysis.h123 LiveInterval &createEmptyInterval(unsigned Reg) { in createEmptyInterval() function
131 LiveInterval &LI = createEmptyInterval(Reg); in createAndComputeVirtRegInterval()
H A DLiveRangeEdit.h153 LiveInterval &createEmptyInterval() { in createEmptyInterval() function
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DLiveRangeEdit.cpp39 LiveInterval &LI = LIS.createEmptyInterval(VReg); in createEmptyIntervalFrom()
H A DSplitKit.cpp451 Edit->createEmptyInterval(); in openIntv()
455 Edit->createEmptyInterval(); in openIntv()
1094 dups.push_back(&Edit->createEmptyInterval()); in finish()
H A DPHIElimination.cpp314 LiveInterval &IncomingLI = LIS->createEmptyInterval(IncomingReg); in LowerPHINode()
H A DLiveIntervalAnalysis.cpp807 LiveInterval& Interval = createEmptyInterval(reg); in addSegmentToEndOfBlock()