HomeSort by relevance Sort by last modified time
    Searched defs:PostIncLoops (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Analysis/
IVUsers.h 68 return PostIncLoops;
83 /// PostIncLoops - The set of loops for which Expr has been adjusted to
85 PostIncLoopSet PostIncLoops;
ScalarEvolutionExpander.h 59 PostIncLoopSet PostIncLoops;
162 PostIncLoops = L;
167 PostIncLoops.clear();
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 298 milliseconds