Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h198 class PressureDiffs {
204 PressureDiffs() = default;
205 ~PressureDiffs() { free(PDiffArray); } in ~PressureDiffs()
216 return const_cast<PressureDiffs*>(this)->operator[](Idx);
H A DScheduleDAGInstrs.h45 class PressureDiffs; variable
317 PressureDiffs *PDiffs = nullptr,
H A DMachineScheduler.h402 PressureDiffs SUPressureDiffs;
/netbsd-src/external/apache2/llvm/dist/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.cpp732 PressureDiffs *PDiffs, in buildSchedGraph()