reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/CodeGen/MachineScheduler.h
  924 int biasPhysReg(const SUnit *SU, bool isTop);

References

lib/CodeGen/MachineScheduler.cpp
 3005   if (tryGreater(biasPhysReg(TryCand.SU, TryCand.AtTop),
 3006                  biasPhysReg(Cand.SU, Cand.AtTop), TryCand, Cand, PhysReg))