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

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ScalarEvolutionExpander.h 39 std::set<AssertingVH<Value> > InsertedValues;
101 InsertedValues.clear();
202 return InsertedValues.count(I) || InsertedPostIncValues.count(I);
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 47 // InsertedValues only flags inserted instructions so needs no RAUW.
48 std::set<AssertingVH<Value> > InsertedValues;
158 InsertedValues.clear();
266 return InsertedValues.count(I) || InsertedPostIncValues.count(I);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 50 // InsertedValues only flags inserted instructions so needs no RAUW.
51 DenseSet<AssertingVH<Value>> InsertedValues;
159 InsertedValues.clear();
279 return InsertedValues.count(I) || InsertedPostIncValues.count(I);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
ScalarEvolutionExpander.h 50 // InsertedValues only flags inserted instructions so needs no RAUW.
51 DenseSet<AssertingVH<Value>> InsertedValues;
159 InsertedValues.clear();
279 return InsertedValues.count(I) || InsertedPostIncValues.count(I);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
ScalarEvolutionExpander.h 50 // InsertedValues only flags inserted instructions so needs no RAUW.
51 DenseSet<AssertingVH<Value>> InsertedValues;
159 InsertedValues.clear();
279 return InsertedValues.count(I) || InsertedPostIncValues.count(I);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
ScalarEvolutionExpander.h 50 // InsertedValues only flags inserted instructions so needs no RAUW.
51 DenseSet<AssertingVH<Value>> InsertedValues;
159 InsertedValues.clear();
279 return InsertedValues.count(I) || InsertedPostIncValues.count(I);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
ScalarEvolutionExpander.h 50 // InsertedValues only flags inserted instructions so needs no RAUW.
51 DenseSet<AssertingVH<Value>> InsertedValues;
159 InsertedValues.clear();
279 return InsertedValues.count(I) || InsertedPostIncValues.count(I);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
ScalarEvolutionExpander.h 50 // InsertedValues only flags inserted instructions so needs no RAUW.
51 DenseSet<AssertingVH<Value>> InsertedValues;
159 InsertedValues.clear();
279 return InsertedValues.count(I) || InsertedPostIncValues.count(I);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
ScalarEvolutionExpander.h 50 // InsertedValues only flags inserted instructions so needs no RAUW.
51 DenseSet<AssertingVH<Value>> InsertedValues;
159 InsertedValues.clear();
279 return InsertedValues.count(I) || InsertedPostIncValues.count(I);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 50 // InsertedValues only flags inserted instructions so needs no RAUW.
51 DenseSet<AssertingVH<Value>> InsertedValues;
159 InsertedValues.clear();
279 return InsertedValues.count(I) || InsertedPostIncValues.count(I);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
ScalarEvolutionExpander.h 50 // InsertedValues only flags inserted instructions so needs no RAUW.
51 DenseSet<AssertingVH<Value>> InsertedValues;
159 InsertedValues.clear();
279 return InsertedValues.count(I) || InsertedPostIncValues.count(I);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
ScalarEvolutionExpander.h 50 // InsertedValues only flags inserted instructions so needs no RAUW.
51 DenseSet<AssertingVH<Value>> InsertedValues;
159 InsertedValues.clear();
279 return InsertedValues.count(I) || InsertedPostIncValues.count(I);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
ScalarEvolutionExpander.h 50 // InsertedValues only flags inserted instructions so needs no RAUW.
51 DenseSet<AssertingVH<Value>> InsertedValues;
159 InsertedValues.clear();
279 return InsertedValues.count(I) || InsertedPostIncValues.count(I);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
ScalarEvolutionExpander.h 50 // InsertedValues only flags inserted instructions so needs no RAUW.
51 DenseSet<AssertingVH<Value>> InsertedValues;
159 InsertedValues.clear();
279 return InsertedValues.count(I) || InsertedPostIncValues.count(I);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
ScalarEvolutionExpander.h 50 // InsertedValues only flags inserted instructions so needs no RAUW.
51 DenseSet<AssertingVH<Value>> InsertedValues;
159 InsertedValues.clear();
279 return InsertedValues.count(I) || InsertedPostIncValues.count(I);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
ScalarEvolutionExpander.h 50 // InsertedValues only flags inserted instructions so needs no RAUW.
51 DenseSet<AssertingVH<Value>> InsertedValues;
159 InsertedValues.clear();
279 return InsertedValues.count(I) || InsertedPostIncValues.count(I);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]

Completed in 200 milliseconds