Searched refs:isLoweredToCall (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DCodeMetrics.cpp49 if (TTI.isLoweredToCall(F))
H A DTargetTransformInfo.cpp95 bool TargetTransformInfo::isLoweredToCall(const Function *F) const { function in class:TargetTransformInfo
96 return PrevTTI->isLoweredToCall(F);
360 if (!TopTTI->isLoweredToCall(F))
451 bool isLoweredToCall(const Function *F) const { function in struct:__anon2227::NoTTI
/freebsd-10.2-release/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h193 virtual bool isLoweredToCall(const Function *F) const;
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp431 !TTI->isLoweredToCall(CI->getCalledFunction())) {
/freebsd-10.2-release/contrib/llvm/lib/Analysis/IPA/
H A DInlineCost.cpp754 if (TTI.isLoweredToCall(F)) {

Completed in 65 milliseconds