HomeSort by relevance Sort by last modified time
    Searched refs:PostIncLoops (Results 1 - 5 of 5) 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 59 PostIncLoopSet PostIncLoops;
183 PostIncLoops = L;
188 PostIncLoops.clear();
  /external/llvm/lib/Analysis/
IVUsers.cpp 201 // Autodetect the post-inc loop set, populating NewUse.PostIncLoops.
207 NewUse.PostIncLoops,
217 NewUse.PostIncLoops, *SE, *DT);
299 I = UI->PostIncLoops.begin(),
300 E = UI->PostIncLoops.end(); I != E; ++I) {
365 PostIncLoops.insert(L);
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 245 milliseconds