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

/external/llvm/include/llvm/CodeGen/
H A DLiveIntervalAnalysis.h125 LiveInterval &createEmptyInterval(unsigned Reg) { function in class:llvm::LiveIntervals
133 LiveInterval &LI = createEmptyInterval(Reg);
H A DLiveRangeEdit.h175 LiveInterval &createEmptyInterval() { function in class:llvm::LiveRangeEdit
/external/llvm/lib/CodeGen/
H A DLiveRangeEdit.cpp39 LiveInterval &LI = LIS.createEmptyInterval(VReg);
H A DRenameIndependentSubregs.cpp143 LiveInterval &NewLI = LIS->createEmptyInterval(NewVReg);
H A DPHIElimination.cpp318 LiveInterval &IncomingLI = LIS->createEmptyInterval(IncomingReg);
H A DLiveIntervalAnalysis.cpp829 LiveInterval& Interval = createEmptyInterval(reg);
1565 LiveInterval &NewLI = createEmptyInterval(NewVReg);
H A DSplitKit.cpp482 Edit->createEmptyInterval();
486 Edit->createEmptyInterval();
H A DMachinePipeliner.cpp2453 LIS.createEmptyInterval(ToReg);

Completed in 163 milliseconds