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 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/Analysis/
IVUsers.cpp 193 // Autodetect the post-inc loop set, populating NewUse.PostIncLoops.
199 NewUse.PostIncLoops,
209 NewUse.PostIncLoops, *SE, *DT);
284 I = UI->PostIncLoops.begin(),
285 E = UI->PostIncLoops.end(); I != E; ++I) {
350 PostIncLoops.insert(L);
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 333 milliseconds