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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp234 void InitialMatch(const SCEV *S, Loop *L, ScalarEvolution &SE);
251 /// DoInitialMatch - Recursion helper for InitialMatch.
307 /// InitialMatch - Incorporate loop-variant parts of S into this Formula,
310 void Formula::InitialMatch(const SCEV *S, Loop *L, ScalarEvolution &SE) { function in class:Formula
2175 F.InitialMatch(S, L, SE);

Completed in 164 milliseconds