HomeSort by relevance Sort by last modified time
    Searched refs:DoInitialMatch (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 251 /// DoInitialMatch - Recursion helper for InitialMatch.
252 static void DoInitialMatch(const SCEV *S, Loop *L,
266 DoInitialMatch(*I, L, Good, Bad, SE);
273 DoInitialMatch(AR->getStart(), L, Good, Bad, SE);
274 DoInitialMatch(SE.getAddRecExpr(SE.getConstant(AR->getType(), 0),
290 DoInitialMatch(NewMul, L, MyGood, MyBad, SE);
313 DoInitialMatch(S, L, Good, Bad, SE);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 307 static void DoInitialMatch(const SCEV *S, Loop *L,
320 DoInitialMatch(S, L, Good, Bad, SE);
327 DoInitialMatch(AR->getStart(), L, Good, Bad, SE);
328 DoInitialMatch(SE.getAddRecExpr(SE.getConstant(AR->getType(), 0),
344 DoInitialMatch(NewMul, L, MyGood, MyBad, SE);
364 DoInitialMatch(S, L, Good, Bad, SE);
    [all...]

Completed in 51 milliseconds