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

  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 45 /// PostIncLoops - Addrecs referring to any of the given loops are expanded
50 PostIncLoopSet PostIncLoops;
139 PostIncLoops = L;
144 PostIncLoops.clear();
IVUsers.h 69 return PostIncLoops;
84 /// PostIncLoops - The set of loops for which Expr has been adjusted to
86 PostIncLoopSet PostIncLoops;
  /external/llvm/lib/Analysis/
IVUsers.cpp 142 // Autodetect the post-inc loop set, populating NewUse.PostIncLoops.
147 NewUse.PostIncLoops,
205 I = UI->PostIncLoops.begin(),
206 E = UI->PostIncLoops.end(); I != E; ++I) {
266 PostIncLoops.insert(L);
ScalarEvolutionExpander.cpp     [all...]
  /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 162 milliseconds