Searched refs:LiveIntervalCalc (Results 1 – 19 of 19) sorted by relevance
43 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()
338 LiveIntervalCalc LICalc[2];343 LiveIntervalCalc &getLICalc(unsigned RegIdx) { in getLICalc()409 void extendPHIRange(MachineBasicBlock &B, LiveIntervalCalc &LIC,
1170 LiveIntervalCalc &LIC = getLICalc(RegIdx); in transferValues()1242 void SplitEditor::extendPHIRange(MachineBasicBlock &B, LiveIntervalCalc &LIC, in extendPHIRange()1274 LiveIntervalCalc &LIC = getLICalc(RegIdx); in extendPHIKillRanges()1281 LiveIntervalCalc SubLIC; in extendPHIKillRanges()1386 LiveIntervalCalc &LIC = getLICalc(RegIdx); in rewriteAssigned()1395 LiveIntervalCalc SubLIC; in rewriteAssigned()
91 LiveIntervalCalc.cpp
129 LICalc = new LiveIntervalCalc(); in runOnMachineFunction()
28 class LiveIntervalCalc : public LiveRangeCalc {43 LiveIntervalCalc() = default;
43 class LiveIntervalCalc; variable60 LiveIntervalCalc *LICalc = nullptr;
74 LiveIntervalCalc.cpp \
87 "LiveIntervalCalc.cpp",
1347 ./usr/include/llvm/CodeGen/LiveIntervalCalc.h
1346 ./usr/include/llvm/CodeGen/LiveIntervalCalc.h
1345 ./usr/include/llvm/CodeGen/LiveIntervalCalc.h
5061 llvm/include/llvm/CodeGen/LiveIntervalCalc.h5782 llvm/lib/CodeGen/LiveIntervalCalc.cpp