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

1 2

  /external/swiftshader/third_party/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/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;
237 PostIncLoops = L;
242 PostIncLoops.clear();
  /external/swiftshader/third_party/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...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
IVUsers.h 70 return PostIncLoops;
85 /// PostIncLoops - The set of loops for which Expr has been adjusted to
87 PostIncLoopSet PostIncLoops;
ScalarEvolutionExpander.h 61 PostIncLoopSet PostIncLoops;
242 PostIncLoops = L;
247 PostIncLoops.clear();
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
IVUsers.h 70 return PostIncLoops;
85 /// PostIncLoops - The set of loops for which Expr has been adjusted to
87 PostIncLoopSet PostIncLoops;
ScalarEvolutionExpander.h 61 PostIncLoopSet PostIncLoops;
242 PostIncLoops = L;
247 PostIncLoops.clear();
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
IVUsers.h 70 return PostIncLoops;
85 /// PostIncLoops - The set of loops for which Expr has been adjusted to
87 PostIncLoopSet PostIncLoops;
ScalarEvolutionExpander.h 61 PostIncLoopSet PostIncLoops;
242 PostIncLoops = L;
247 PostIncLoops.clear();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
IVUsers.h 70 return PostIncLoops;
85 /// PostIncLoops - The set of loops for which Expr has been adjusted to
87 PostIncLoopSet PostIncLoops;
ScalarEvolutionExpander.h 61 PostIncLoopSet PostIncLoops;
242 PostIncLoops = L;
247 PostIncLoops.clear();
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
IVUsers.h 70 return PostIncLoops;
85 /// PostIncLoops - The set of loops for which Expr has been adjusted to
87 PostIncLoopSet PostIncLoops;
ScalarEvolutionExpander.h 61 PostIncLoopSet PostIncLoops;
242 PostIncLoops = L;
247 PostIncLoops.clear();
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
IVUsers.h 70 return PostIncLoops;
85 /// PostIncLoops - The set of loops for which Expr has been adjusted to
87 PostIncLoopSet PostIncLoops;
ScalarEvolutionExpander.h 61 PostIncLoopSet PostIncLoops;
242 PostIncLoops = L;
247 PostIncLoops.clear();
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
IVUsers.h 70 return PostIncLoops;
85 /// PostIncLoops - The set of loops for which Expr has been adjusted to
87 PostIncLoopSet PostIncLoops;
ScalarEvolutionExpander.h 61 PostIncLoopSet PostIncLoops;
242 PostIncLoops = L;
247 PostIncLoops.clear();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
IVUsers.h 70 return PostIncLoops;
85 /// PostIncLoops - The set of loops for which Expr has been adjusted to
87 PostIncLoopSet PostIncLoops;
ScalarEvolutionExpander.h 61 PostIncLoopSet PostIncLoops;
242 PostIncLoops = L;
247 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);
297 for (auto PostIncLoop : IVUse.PostIncLoops) {
362 PostIncLoops.insert(L);
ScalarEvolutionExpander.cpp     [all...]
  /external/swiftshader/third_party/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 1233 milliseconds

1 2