HomeSort by: relevance | last modified time | path
    Searched refs:biasPhysReg (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCMachineScheduler.cpp 61 if (tryGreater(biasPhysReg(TryCand.SU, TryCand.AtTop),
62 biasPhysReg(Cand.SU, Cand.AtTop), TryCand, Cand, PhysReg))
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineScheduler.h 947 int biasPhysReg(const SUnit *SU, bool isTop);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineScheduler.cpp 3096 int biasPhysReg(const SUnit *SU, bool isTop) {
3190 if (tryGreater(biasPhysReg(TryCand.SU, TryCand.AtTop),
3191 biasPhysReg(Cand.SU, Cand.AtTop), TryCand, Cand, PhysReg))
3468 /// them here. See comments in biasPhysReg.

Completed in 19 milliseconds