Searched refs:findExistingExpansion (Results 1 – 3 of 3) sorted by relevance
279 Value *findExistingExpansion(const SCEV *S, const Instruction *At, Loop *L);
1891 Value *SCEVExpander::findExistingExpansion(const SCEV *S, in findExistingExpansion() function in SCEVExpander1934 if (At && findExistingExpansion(S, At, L) != nullptr) in isHighCostExpansionHelper()1982 if (!findExistingExpansion( in isHighCostExpansionHelper()
484 if (Value *ExistingValue = Rewriter.findExistingExpansion(S, InsertPt, L)) in expandSCEVIfNeeded()