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

References

lib/CodeGen/IfConversion.cpp
  322           if (I.isBranch() && TBBInfo.IsBrAnalyzable && !Forked) {
  323             LLVM_DEBUG(dbgs() << "Saving branch: " << I);
  324             BranchBytes += TII->predictBranchSizeForIfCvt(I);
  326             LLVM_DEBUG(dbgs() << "Common inst: " << I);
  327             CommonBytes += TII->getInstSizeInBytes(I);