Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DLiveIntervalAnalysis.h126 LiveInterval &createEmptyInterval(unsigned Reg) { in createEmptyInterval() function
134 LiveInterval &LI = createEmptyInterval(Reg); in createAndComputeVirtRegInterval()
DLiveRangeEdit.h157 LiveInterval &createEmptyInterval() { in createEmptyInterval() function
/external/llvm/lib/CodeGen/
DLiveRangeEdit.cpp39 LiveInterval &LI = LIS.createEmptyInterval(VReg); in createEmptyIntervalFrom()
DPHIElimination.cpp319 LiveInterval &IncomingLI = LIS->createEmptyInterval(IncomingReg); in LowerPHINode()
DSplitKit.cpp454 Edit->createEmptyInterval(); in openIntv()
458 Edit->createEmptyInterval(); in openIntv()
DLiveIntervalAnalysis.cpp851 LiveInterval& Interval = createEmptyInterval(reg); in addSegmentToEndOfBlock()
1457 LiveInterval &NewLI = createEmptyInterval(NewVReg); in splitSeparateComponents()