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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h936 int biasPhysReg(const SUnit *SU, bool isTop);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2958 int biasPhysReg(const SUnit *SU, bool isTop) { function in namespace:llvm
3052 if (tryGreater(biasPhysReg(TryCand.SU, TryCand.AtTop),
3053 biasPhysReg(Cand.SU, Cand.AtTop), TryCand, Cand, PhysReg))
3330 /// them here. See comments in biasPhysReg.

Completed in 80 milliseconds