Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DRegisterPressure.h184 class PressureDiffs {
189 PressureDiffs(): PDiffArray(nullptr), Size(0), Max(0) {}
190 ~PressureDiffs() { free(PDiffArray); }
201 return const_cast<PressureDiffs*>(this)->operator[](Idx);
DScheduleDAGInstrs.h32 class PressureDiffs; variable
283 PressureDiffs *PDiffs = nullptr,
DMachineScheduler.h368 PressureDiffs SUPressureDiffs;
/external/llvm/lib/CodeGen/
DRegisterPressure.cpp606 void PressureDiffs::init(unsigned N) { in init()
617 void PressureDiffs::addInstruction(unsigned Idx, in addInstruction()
DScheduleDAGInstrs.cpp848 PressureDiffs *PDiffs, in buildSchedGraph()