Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervalCalc.cpp42 void LiveIntervalCalc::calculate(LiveInterval &LI, bool TrackSubRegs) { in calculate()
94 LiveIntervalCalc SubLIC; in calculate()
106 void LiveIntervalCalc::constructMainRangeFromSubranges(LiveInterval &LI) { in constructMainRangeFromSubranges()
123 void LiveIntervalCalc::createDeadDefs(LiveRange &LR, Register Reg) { in createDeadDefs()
135 void LiveIntervalCalc::extendToUses(LiveRange &LR, Register Reg, in extendToUses()
H A DSplitKit.h344 LiveIntervalCalc LICalc[2];
349 LiveIntervalCalc &getLICalc(unsigned RegIdx) { in getLICalc()
415 void extendPHIRange(MachineBasicBlock &B, LiveIntervalCalc &LIC,
H A DSplitKit.cpp1184 LiveIntervalCalc &LIC = getLICalc(RegIdx); in transferValues()
1256 void SplitEditor::extendPHIRange(MachineBasicBlock &B, LiveIntervalCalc &LIC, in extendPHIRange()
1288 LiveIntervalCalc &LIC = getLICalc(RegIdx); in extendPHIKillRanges()
1295 LiveIntervalCalc SubLIC; in extendPHIKillRanges()
1400 LiveIntervalCalc &LIC = getLICalc(RegIdx); in rewriteAssigned()
1409 LiveIntervalCalc SubLIC; in rewriteAssigned()
H A DLiveIntervals.cpp129 LICalc = new LiveIntervalCalc(); in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/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;
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile309 SRCS_MIN+= CodeGen/LiveIntervalCalc.cpp