Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp3458 bool AtBoundary = isTop ? !SU->NumSuccsLeft : !SU->NumPredsLeft; in biasPhysReg() local
3460 return AtBoundary ? -1 : 1; in biasPhysReg()