Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLiveIntervalCalc.cpp43 void LiveIntervalCalc::calculate(LiveInterval &LI, bool TrackSubRegs) { in calculate()
95 LiveIntervalCalc SubLIC; in calculate()
107 void LiveIntervalCalc::constructMainRangeFromSubranges(LiveInterval &LI) { in constructMainRangeFromSubranges()
124 void LiveIntervalCalc::createDeadDefs(LiveRange &LR, Register Reg) { in createDeadDefs()
136 void LiveIntervalCalc::extendToUses(LiveRange &LR, Register Reg, in extendToUses()
H A DSplitKit.h339 LiveIntervalCalc LICalc[2];
344 LiveIntervalCalc &getLICalc(unsigned RegIdx) { in getLICalc()
410 void extendPHIRange(MachineBasicBlock &B, LiveIntervalCalc &LIC,
H A DSplitKit.cpp1171 LiveIntervalCalc &LIC = getLICalc(RegIdx); in transferValues()
1243 void SplitEditor::extendPHIRange(MachineBasicBlock &B, LiveIntervalCalc &LIC, in extendPHIRange()
1275 LiveIntervalCalc &LIC = getLICalc(RegIdx); in extendPHIKillRanges()
1282 LiveIntervalCalc SubLIC; in extendPHIKillRanges()
1387 LiveIntervalCalc &LIC = getLICalc(RegIdx); in rewriteAssigned()
1396 LiveIntervalCalc SubLIC; in rewriteAssigned()
H A DCMakeLists.txt87 LiveIntervalCalc.cpp
H A DLiveIntervals.cpp129 LICalc = new LiveIntervalCalc(); in runOnMachineFunction()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DLiveIntervalCalc.h28 class LiveIntervalCalc : public LiveRangeCalc {
43 LiveIntervalCalc() = default;
H A DLiveIntervals.h43 class LiveIntervalCalc; variable
60 LiveIntervalCalc *LICalc = nullptr;
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/CodeGen/
H A DBUILD.gn81 "LiveIntervalCalc.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5070 llvm/include/llvm/CodeGen/LiveIntervalCalc.h
5794 llvm/lib/CodeGen/LiveIntervalCalc.cpp