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

/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp62 unsigned TargetTransformInfo::getCallCost(FunctionType *FTy, function in class:TargetTransformInfo
67 unsigned TargetTransformInfo::getCallCost(const Function *F, function in class:TargetTransformInfo
72 unsigned TargetTransformInfo::getCallCost( function in class:TargetTransformInfo
331 unsigned getCallCost(FunctionType *FTy, int NumArgs = -1) const { function in struct:__anon2227::NoTTI
346 unsigned getCallCost(const Function *F, int NumArgs = -1) const { function in struct:__anon2227::NoTTI
366 unsigned getCallCost(cons function in struct:__anon2227::NoTTI
[all...]

Completed in 44 milliseconds