Home
last modified time | relevance | path

Searched refs:getMaxUpwardPressureDelta (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDRegisterPressure.h351 void getMaxUpwardPressureDelta(const MachineInstr *MI,
384 return getMaxUpwardPressureDelta(MI, nullptr, Delta, CriticalPSets,
/NextBSD/contrib/llvm/lib/CodeGen/
HDRegisterPressure.cpp769 getMaxUpwardPressureDelta(const MachineInstr *MI, PressureDiff *PDiff, in getMaxUpwardPressureDelta() function in RegPressureTracker
HDMachineScheduler.cpp2582 TempTracker.getMaxUpwardPressureDelta( in tryCandidate()