Home
last modified time | relevance | path

Searched refs:findExistingExpansion (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h279 Value *findExistingExpansion(const SCEV *S, const Instruction *At, Loop *L);
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1891 Value *SCEVExpander::findExistingExpansion(const SCEV *S, in findExistingExpansion() function in SCEVExpander
1934 if (At && findExistingExpansion(S, At, L) != nullptr) in isHighCostExpansionHelper()
1982 if (!findExistingExpansion( in isHighCostExpansionHelper()
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp484 if (Value *ExistingValue = Rewriter.findExistingExpansion(S, InsertPt, L)) in expandSCEVIfNeeded()