Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineScheduler.cpp3139 bool AtBoundary = isTop ? !SU->NumSuccsLeft : !SU->NumPredsLeft; in biasPhysReg() local
3141 return AtBoundary ? -1 : 1; in biasPhysReg()