Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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 DLiveIntervals.cpp136 LICalc = new LiveIntervalCalc(); in runOnMachineFunction()
/freebsd-13.1/contrib/llvm-project/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;
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile279 SRCS_MIN+= CodeGen/LiveIntervalCalc.cpp