Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h200 class PressureDiffs {
206 PressureDiffs() = default;
207 PressureDiffs &operator=(const PressureDiffs &other) = delete;
208 PressureDiffs(const PressureDiffs &other) = delete;
209 ~PressureDiffs() { free(PDiffArray); } in ~PressureDiffs()
220 return const_cast<PressureDiffs*>(this)->operator[](Idx);
H A DScheduleDAGInstrs.h47 class PressureDiffs; variable
343 PressureDiffs *PDiffs = nullptr,
H A DMachineScheduler.h423 PressureDiffs SUPressureDiffs;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterPressure.cpp634 void PressureDiffs::init(unsigned N) { in init()
645 void PressureDiffs::addInstruction(unsigned Idx, in addInstruction()
H A DScheduleDAGInstrs.cpp757 PressureDiffs *PDiffs, in buildSchedGraph()