Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h121 unsigned getPSetOrMax() const { in getPSetOrMax() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterPressure.cpp136 dbgs() << "[" << getPSetOrMax() << ", " << getUnitInc() << "]\n"; in dump()
H A DMachineScheduler.cpp3839 unsigned TryPSet = TryP.getPSetOrMax(); in tryPressure()
3840 unsigned CandPSet = CandP.getPSetOrMax(); in tryPressure()