HomeSort by relevance Sort by last modified time
    Searched refs:isLoweredToCall (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Analysis/
CodeMetrics.cpp 133 if (TTI.isLoweredToCall(F))
TargetTransformInfo.cpp 100 bool TargetTransformInfo::isLoweredToCall(const Function *F) const {
101 return TTIImpl->isLoweredToCall(F);
InlineCost.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 164 bool isLoweredToCall(const Function *F) {
420 if (!static_cast<T *>(this)->isLoweredToCall(F))
TargetTransformInfo.h 233 bool isLoweredToCall(const Function *F) const;
647 virtual bool isLoweredToCall(const Function *F) = 0;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 479 !TTI->isLoweredToCall(CI->getCalledFunction())) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 273 if (!static_cast<T *>(this)->isLoweredToCall(F))
    [all...]

Completed in 311 milliseconds