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/
DRegisterPressure.h197 class PressureDiffs {
203 PressureDiffs() = default;
204 ~PressureDiffs() { free(PDiffArray); } in ~PressureDiffs()
215 return const_cast<PressureDiffs*>(this)->operator[](Idx);
DScheduleDAGInstrs.h46 class PressureDiffs; variable
318 PressureDiffs *PDiffs = nullptr,
DMachineScheduler.h409 PressureDiffs SUPressureDiffs;
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DRegisterPressure.cpp647 void PressureDiffs::init(unsigned N) { in init()
658 void PressureDiffs::addInstruction(unsigned Idx, in addInstruction()
DScheduleDAGInstrs.cpp728 PressureDiffs *PDiffs, in buildSchedGraph()