OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isHighCostExpansion
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h
124
bool
isHighCostExpansion
(const SCEV *Expr, Loop *L,
230
/// \brief Recursive helper function for
isHighCostExpansion
.
/external/llvm/lib/Transforms/Utils/
LoopUnrollRuntime.cpp
316
if (!AllowExpensiveTripCount && Expander.
isHighCostExpansion
(TripCountSC, L))
/external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp
752
static bool
isHighCostExpansion
(const SCEV *S,
761
return
isHighCostExpansion
(cast<SCEVTruncateExpr>(S)->getOperand(),
764
return
isHighCostExpansion
(cast<SCEVZeroExtendExpr>(S)->getOperand(),
767
return
isHighCostExpansion
(cast<SCEVSignExtendExpr>(S)->getOperand(),
776
if (
isHighCostExpansion
(S, Processed, SE))
786
return
isHighCostExpansion
(Mul->getOperand(1), Processed, SE);
[
all
...]
IndVarSimplify.cpp
659
bool HighCost = Rewriter.
isHighCostExpansion
(ExitValue, L, Inst);
[
all
...]
Completed in 335 milliseconds