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 69 return PostIncLoops;
84 /// PostIncLoops - The set of loops for which Expr has been adjusted to
86 PostIncLoopSet PostIncLoops;
ScalarEvolutionExpander.h 45 /// PostIncLoops - Addrecs referring to any of the given loops are expanded
50 PostIncLoopSet PostIncLoops;
139 PostIncLoops = L;
144 PostIncLoops.clear();
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 908 /// PostIncLoops - If this user is to use the post-incremented value of an
911 PostIncLoopSet PostIncLoops;
    [all...]

Completed in 88 milliseconds