Searched refs:InitialMatch (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp265 void InitialMatch(const SCEV *S, Loop *L, ScalarEvolution &SE);
288 /// DoInitialMatch - Recursion helper for InitialMatch.
344 /// InitialMatch - Incorporate loop-variant parts of S into this Formula,
347 void Formula::InitialMatch(const SCEV *S, Loop *L, ScalarEvolution &SE) { function in class:Formula
3074 F.InitialMatch(S, L, SE);

Completed in 86 milliseconds