Home
last modified time | relevance | path

Searched defs:getCallCost (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp53 unsigned TargetTransformInfo::getCallCost(FunctionType *FTy, in getCallCost() function in TargetTransformInfo
58 unsigned TargetTransformInfo::getCallCost(const Function *F, in getCallCost() function in TargetTransformInfo
63 unsigned TargetTransformInfo::getCallCost( in getCallCost() function in TargetTransformInfo
334 unsigned getCallCost(FunctionType *FTy, int NumArgs = -1) const override in getCallCost() function
350 unsigned getCallCost(const Function *F, int NumArgs = -1) const override in getCallCost() function
371 unsigned getCallCost(const Function *F, in getCallCost() function