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

/external/llvm/include/llvm/CodeGen/
H A DLiveIntervalAnalysis.h126 LiveInterval &createEmptyInterval(unsigned Reg) { function in class:llvm::LiveIntervals
134 LiveInterval &LI = createEmptyInterval(Reg);
H A DLiveRangeEdit.h157 LiveInterval &createEmptyInterval() { function in class:llvm::LiveRangeEdit
/external/llvm/lib/CodeGen/
H A DLiveRangeEdit.cpp39 LiveInterval &LI = LIS.createEmptyInterval(VReg);
H A DPHIElimination.cpp319 LiveInterval &IncomingLI = LIS->createEmptyInterval(IncomingReg);
H A DLiveIntervalAnalysis.cpp851 LiveInterval& Interval = createEmptyInterval(reg);
1457 LiveInterval &NewLI = createEmptyInterval(NewVReg);
H A DSplitKit.cpp454 Edit->createEmptyInterval();
458 Edit->createEmptyInterval();

Completed in 282 milliseconds