Searched refs:isHighCostExpansion (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1103 static bool isHighCostExpansion(const SCEV *S, BranchInst *BI, function
1133 if (isHighCostExpansion(*I, BI, Processed, SE))
1177 if (isHighCostExpansion(BackedgeTakenCount, BI, Processed, SE))
H A DLoopStrengthReduce.cpp674 static bool isHighCostExpansion(const SCEV *S, function
683 return isHighCostExpansion(cast<SCEVTruncateExpr>(S)->getOperand(),
686 return isHighCostExpansion(cast<SCEVZeroExtendExpr>(S)->getOperand(),
689 return isHighCostExpansion(cast<SCEVSignExtendExpr>(S)->getOperand(),
699 if (isHighCostExpansion(*I, Processed, SE))
709 return isHighCostExpansion(Mul->getOperand(1), Processed, SE);
2383 return !isHighCostExpansion(IncExpr, Processed, SE);

Completed in 156 milliseconds