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

References

lib/Analysis/CodeMetrics.cpp
  123     if (EphValues.count(&I))
  127     if (const auto *Call = dyn_cast<CallBase>(&I)) {
  152     if (const AllocaInst *AI = dyn_cast<AllocaInst>(&I)) {
  157     if (isa<ExtractElementInst>(I) || I.getType()->isVectorTy())
  157     if (isa<ExtractElementInst>(I) || I.getType()->isVectorTy())
  160     if (I.getType()->isTokenTy() && I.isUsedOutsideOfBlock(BB))
  160     if (I.getType()->isTokenTy() && I.isUsedOutsideOfBlock(BB))
  163     if (const CallInst *CI = dyn_cast<CallInst>(&I)) {
  170     if (const InvokeInst *InvI = dyn_cast<InvokeInst>(&I))
  174     NumInsts += TTI.getUserCost(&I);