Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DRegisterPressure.h349 void getMaxUpwardPressureDelta(const MachineInstr *MI,
382 return getMaxUpwardPressureDelta(MI, nullptr, Delta, CriticalPSets,
/external/llvm/lib/CodeGen/
DRegisterPressure.cpp757 getMaxUpwardPressureDelta(const MachineInstr *MI, PressureDiff *PDiff, in getMaxUpwardPressureDelta() function in RegPressureTracker
DMachineScheduler.cpp2581 TempTracker.getMaxUpwardPressureDelta( in tryCandidate()