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

References

lib/CodeGen/EarlyIfConversion.cpp
  842     unsigned Slack = TailTrace.getInstrSlack(*PI.PHI);
  843     unsigned MaxDepth = Slack + TailTrace.getInstrCycles(*PI.PHI).Depth;
  844     LLVM_DEBUG(dbgs() << "Slack " << Slack << ":\t" << *PI.PHI);
  847     unsigned CondDepth = adjCycles(BranchDepth, PI.CondCycles);
  858     unsigned TDepth = adjCycles(TBBTrace.getPHIDepth(*PI.PHI), PI.TCycles);
  858     unsigned TDepth = adjCycles(TBBTrace.getPHIDepth(*PI.PHI), PI.TCycles);
  869     unsigned FDepth = adjCycles(FBBTrace.getPHIDepth(*PI.PHI), PI.FCycles);
  869     unsigned FDepth = adjCycles(FBBTrace.getPHIDepth(*PI.PHI), PI.FCycles);