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.cpp685 static bool isHighCostExpansion(const SCEV *S, function
694 return isHighCostExpansion(cast<SCEVTruncateExpr>(S)->getOperand(),
697 return isHighCostExpansion(cast<SCEVZeroExtendExpr>(S)->getOperand(),
700 return isHighCostExpansion(cast<SCEVSignExtendExpr>(S)->getOperand(),
710 if (isHighCostExpansion(*I, Processed, SE))
720 return isHighCostExpansion(Mul->getOperand(1), Processed, SE);
2382 return !isHighCostExpansion(IncExpr, Processed, SE);

Completed in 345 milliseconds