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.h120 unsigned getPSetOrMax() const { in getPSetOrMax() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterPressure.cpp140 dbgs() << "[" << getPSetOrMax() << ", " << getUnitInc() << "]\n"; in dump()
H A DMachineScheduler.cpp3416 unsigned TryPSet = TryP.getPSetOrMax(); in tryPressure()
3417 unsigned CandPSet = CandP.getPSetOrMax(); in tryPressure()