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

References

lib/CodeGen/IfConversion.cpp
  324             BranchBytes += TII->predictBranchSizeForIfCvt(I);
  333             BranchBytes += TII->predictBranchSizeForIfCvt(I);
  342             BranchBytes += TII->predictBranchSizeForIfCvt(I);
  375         LLVM_DEBUG(dbgs() << "MeetIfcvtSizeLimit(BranchBytes=" << BranchBytes
  381         return (BranchBytes + CommonBytes) > ExtraPredicateBytes;