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

  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 120 bool isHighCostExpansion(const SCEV *Expr, Loop *L) {
199 /// \brief Recursive helper function for isHighCostExpansion.
  /external/llvm/lib/Transforms/Utils/
LoopUnrollRuntime.cpp 319 if (!AllowExpensiveTripCount && Expander.isHighCostExpansion(TripCountSC, L))
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 745 static bool isHighCostExpansion(const SCEV *S,
754 return isHighCostExpansion(cast<SCEVTruncateExpr>(S)->getOperand(),
757 return isHighCostExpansion(cast<SCEVZeroExtendExpr>(S)->getOperand(),
760 return isHighCostExpansion(cast<SCEVSignExtendExpr>(S)->getOperand(),
770 if (isHighCostExpansion(*I, Processed, SE))
780 return isHighCostExpansion(Mul->getOperand(1), Processed, SE);
    [all...]
IndVarSimplify.cpp     [all...]

Completed in 1815 milliseconds