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

/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1101 static bool isHighCostExpansion(const SCEV *S, BranchInst *BI, function
1131 if (isHighCostExpansion(*I, BI, Processed, SE))
1175 if (isHighCostExpansion(BackedgeTakenCount, BI, Processed, SE))
H A DLoopStrengthReduce.cpp670 static bool isHighCostExpansion(const SCEV *S, function
679 return isHighCostExpansion(cast<SCEVTruncateExpr>(S)->getOperand(),
682 return isHighCostExpansion(cast<SCEVZeroExtendExpr>(S)->getOperand(),
685 return isHighCostExpansion(cast<SCEVSignExtendExpr>(S)->getOperand(),
695 if (isHighCostExpansion(*I, Processed, SE))
705 return isHighCostExpansion(Mul->getOperand(1), Processed, SE);
2353 if (isHighCostExpansion(IncExpr, Processed, SE))

Completed in 66 milliseconds