Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveIntervalCalc.cpp52 void LiveIntervalCalc::calculate(LiveInterval &LI, bool TrackSubRegs) { in calculate()
104 LiveIntervalCalc SubLIC; in calculate()
116 void LiveIntervalCalc::constructMainRangeFromSubranges(LiveInterval &LI) { in constructMainRangeFromSubranges()
133 void LiveIntervalCalc::createDeadDefs(LiveRange &LR, Register Reg) { in createDeadDefs()
145 void LiveIntervalCalc::extendToUses(LiveRange &LR, Register Reg, in extendToUses()
H A DSplitKit.h348 LiveIntervalCalc LICalc[2];
353 LiveIntervalCalc &getLICalc(unsigned RegIdx) { in getLICalc()
434 void extendPHIRange(MachineBasicBlock &B, LiveIntervalCalc &LIC,
H A DSplitKit.cpp1176 LiveIntervalCalc &LIC = getLICalc(RegIdx); in transferValues()
1248 void SplitEditor::extendPHIRange(MachineBasicBlock &B, LiveIntervalCalc &LIC, in extendPHIRange()
1280 LiveIntervalCalc &LIC = getLICalc(RegIdx); in extendPHIKillRanges()
1287 LiveIntervalCalc SubLIC; in extendPHIKillRanges()
1371 LiveIntervalCalc &LIC = getLICalc(RegIdx); in rewriteAssigned()
1380 LiveIntervalCalc SubLIC; in rewriteAssigned()
H A DCMakeLists.txt59 LiveIntervalCalc.cpp
H A DLiveIntervals.cpp136 LICalc = new LiveIntervalCalc(); in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveIntervalCalc.h28 class LiveIntervalCalc : public LiveRangeCalc {
43 LiveIntervalCalc() = default;
H A DLiveIntervals.h44 class LiveIntervalCalc; variable
62 LiveIntervalCalc *LICalc = nullptr;
/netbsd-src/external/apache2/llvm/lib/libLLVMCodeGen/
H A DMakefile64 LiveIntervalCalc.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/CodeGen/
H A DBUILD.gn77 "LiveIntervalCalc.cpp",