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

Declarations

include/llvm/Analysis/TargetTransformInfo.h
 1000   int getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) const;

References

lib/Transforms/Vectorize/LoopVectorize.cpp
 3234   unsigned ScalarCallCost = TTI.getCallInstrCost(F, ScalarRetTy, ScalarTys);
 3256   unsigned VectorCallCost = TTI.getCallInstrCost(nullptr, RetTy, Tys);