Searched refs:biasPhysReg (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h933 int biasPhysReg(const SUnit *SU, bool isTop);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2913 int biasPhysReg(const SUnit *SU, bool isTop) { function in namespace:llvm
3007 if (tryGreater(biasPhysReg(TryCand.SU, TryCand.AtTop),
3008 biasPhysReg(Cand.SU, Cand.AtTop), TryCand, Cand, PhysReg))
3285 /// them here. See comments in biasPhysReg.

Completed in 123 milliseconds