Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h46 class PressureDiffs; variable
318 PressureDiffs *PDiffs = nullptr,
H A DMachineScheduler.h409 PressureDiffs SUPressureDiffs;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegisterPressure.cpp647 void PressureDiffs::init(unsigned N) { in init()
658 void PressureDiffs::addInstruction(unsigned Idx, in addInstruction()
H A DScheduleDAGInstrs.cpp728 PressureDiffs *PDiffs, in buildSchedGraph()