HomeSort by relevance Sort by last modified time
    Searched defs:CurrentGeneration (Results 1 - 11 of 11) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
EarlyCSE.cpp 249 /// CurrentGeneration - This is the current generation of the memory value.
250 unsigned CurrentGeneration;
305 ++CurrentGeneration;
369 if (InVal.first != 0 && InVal.second == CurrentGeneration) {
381 std::pair<Value*, unsigned>(Inst, CurrentGeneration));
395 if (InVal.first != 0 && InVal.second == CurrentGeneration) {
407 std::pair<Value*, unsigned>(Inst, CurrentGeneration));
415 ++CurrentGeneration;
437 std::pair<Value*, unsigned>(SI->getValueOperand(), CurrentGeneration));
446 unsigned LiveOutGeneration = CurrentGeneration;
    [all...]
  /external/clang/include/clang/AST/
ExternalASTSource.h 46 uint32_t CurrentGeneration;
55 ExternalASTSource() : CurrentGeneration(0), SemaSource(false) { }
76 uint32_t getGeneration() const { return CurrentGeneration; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ExternalASTSource.h 47 uint32_t CurrentGeneration;
56 ExternalASTSource() : CurrentGeneration(0), SemaSource(false) { }
77 uint32_t getGeneration() const { return CurrentGeneration; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ExternalASTSource.h 47 uint32_t CurrentGeneration;
56 ExternalASTSource() : CurrentGeneration(0), SemaSource(false) { }
77 uint32_t getGeneration() const { return CurrentGeneration; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ExternalASTSource.h 47 uint32_t CurrentGeneration;
56 ExternalASTSource() : CurrentGeneration(0), SemaSource(false) { }
77 uint32_t getGeneration() const { return CurrentGeneration; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ExternalASTSource.h 47 uint32_t CurrentGeneration;
56 ExternalASTSource() : CurrentGeneration(0), SemaSource(false) { }
77 uint32_t getGeneration() const { return CurrentGeneration; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ExternalASTSource.h 47 uint32_t CurrentGeneration;
56 ExternalASTSource() : CurrentGeneration(0), SemaSource(false) { }
77 uint32_t getGeneration() const { return CurrentGeneration; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ExternalASTSource.h 47 uint32_t CurrentGeneration;
56 ExternalASTSource() : CurrentGeneration(0), SemaSource(false) { }
77 uint32_t getGeneration() const { return CurrentGeneration; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ExternalASTSource.h 47 uint32_t CurrentGeneration;
56 ExternalASTSource() : CurrentGeneration(0), SemaSource(false) { }
77 uint32_t getGeneration() const { return CurrentGeneration; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ExternalASTSource.h 47 uint32_t CurrentGeneration;
56 ExternalASTSource() : CurrentGeneration(0), SemaSource(false) { }
77 uint32_t getGeneration() const { return CurrentGeneration; }
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 311 unsigned CurrentGeneration;
316 : TLI(TLI), TTI(TTI), DT(DT), AC(AC), CurrentGeneration(0) {}
349 : CurrentGeneration(cg), ChildGeneration(cg), Node(n), ChildIter(child),
354 unsigned currentGeneration() { return CurrentGeneration; }
373 unsigned CurrentGeneration;
504 ++CurrentGeneration;
625 ++CurrentGeneration;
638 (InVal.Generation == CurrentGeneration || InVal.IsInvariant) &&
660 LoadValue(Inst, CurrentGeneration, MemInst.getMatchingId()
    [all...]

Completed in 4198 milliseconds