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

References

lib/CodeGen/IfConversion.cpp
  331           if (I.isBranch() && FBBInfo.IsBrAnalyzable && !Forked) {
  332             LLVM_DEBUG(dbgs() << "Saving branch: " << I);
  333             BranchBytes += TII->predictBranchSizeForIfCvt(I);
  335             LLVM_DEBUG(dbgs() << "Common inst: " << I);
  336             CommonBytes += TII->getInstSizeInBytes(I);