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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp245 void InitialMatch(const SCEV *S, Loop *L, ScalarEvolution &SE);
262 /// DoInitialMatch - Recursion helper for InitialMatch.
318 /// InitialMatch - Incorporate loop-variant parts of S into this Formula,
321 void Formula::InitialMatch(const SCEV *S, Loop *L, ScalarEvolution &SE) { function in class:Formula
2894 F.InitialMatch(S, L, SE);

Completed in 179 milliseconds