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

References

lib/Transforms/IPO/SampleProfile.cpp
  660   const DebugLoc &DLoc = Inst.getDebugLoc();
  664   const FunctionSamples *FS = findFunctionSamples(Inst);
  671   if (isa<BranchInst>(Inst) || isa<IntrinsicInst>(Inst) || isa<PHINode>(Inst))
  671   if (isa<BranchInst>(Inst) || isa<IntrinsicInst>(Inst) || isa<PHINode>(Inst))
  671   if (isa<BranchInst>(Inst) || isa<IntrinsicInst>(Inst) || isa<PHINode>(Inst))
  678   if ((isa<CallInst>(Inst) || isa<InvokeInst>(Inst)) &&
  678   if ((isa<CallInst>(Inst) || isa<InvokeInst>(Inst)) &&
  679       !ImmutableCallSite(&Inst).isIndirectCall() &&
  680       findCalleeFunctionSamples(Inst))
  692         OptimizationRemarkAnalysis Remark(DEBUG_TYPE, "AppliedSamples", &Inst);
  705                       << DIL->getBaseDiscriminator() << ":" << Inst