Home
last modified time | relevance | path

Searched refs:PressureDiffs (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h197 class PressureDiffs {
203 PressureDiffs() = default;
204 ~PressureDiffs() { free(PDiffArray); } in ~PressureDiffs()
215 return const_cast<PressureDiffs*>(this)->operator[](Idx);
H A DScheduleDAGInstrs.h45 class PressureDiffs; variable
317 PressureDiffs *PDiffs = nullptr,
H A DMachineScheduler.h409 PressureDiffs SUPressureDiffs;
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegisterPressure.cpp648 void PressureDiffs::init(unsigned N) { in init()
659 void PressureDiffs::addInstruction(unsigned Idx, in addInstruction()
H A DScheduleDAGInstrs.cpp722 PressureDiffs *PDiffs, in buildSchedGraph()