Home
last modified time | relevance | path

Searched refs:CurrentGeneration (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp311 unsigned CurrentGeneration; member in __anon59dad36c0311::EarlyCSE
316 : TLI(TLI), TTI(TTI), DT(DT), AC(AC), CurrentGeneration(0) {} in EarlyCSE()
349 : CurrentGeneration(cg), ChildGeneration(cg), Node(n), ChildIter(child), in StackNode()
354 unsigned currentGeneration() { return CurrentGeneration; } in currentGeneration()
373 unsigned CurrentGeneration; member in __anon59dad36c0311::EarlyCSE::StackNode
504 ++CurrentGeneration; in processNode()
625 ++CurrentGeneration; in processNode()
638 (InVal.Generation == CurrentGeneration || InVal.IsInvariant) && in processNode()
660 LoadValue(Inst, CurrentGeneration, MemInst.getMatchingId(), in processNode()
680 if (InVal.first != nullptr && InVal.second == CurrentGeneration) { in processNode()
[all …]
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DEarlyCSE.cpp250 unsigned CurrentGeneration; member in __anonda9462980311::EarlyCSE
305 ++CurrentGeneration; in INITIALIZE_PASS_DEPENDENCY()
369 if (InVal.first != 0 && InVal.second == CurrentGeneration) { in INITIALIZE_PASS_DEPENDENCY()
381 std::pair<Value*, unsigned>(Inst, CurrentGeneration)); in INITIALIZE_PASS_DEPENDENCY()
395 if (InVal.first != 0 && InVal.second == CurrentGeneration) { in INITIALIZE_PASS_DEPENDENCY()
407 std::pair<Value*, unsigned>(Inst, CurrentGeneration)); in INITIALIZE_PASS_DEPENDENCY()
415 ++CurrentGeneration; in INITIALIZE_PASS_DEPENDENCY()
437 std::pair<Value*, unsigned>(SI->getValueOperand(), CurrentGeneration)); in INITIALIZE_PASS_DEPENDENCY()
446 unsigned LiveOutGeneration = CurrentGeneration; in INITIALIZE_PASS_DEPENDENCY()
450 CurrentGeneration = LiveOutGeneration; in INITIALIZE_PASS_DEPENDENCY()
[all …]
/external/clang/lib/AST/
DExternalASTSource.cpp115 uint32_t OldGeneration = CurrentGeneration; in incrementGeneration()
121 CurrentGeneration = P->incrementGeneration(C); in incrementGeneration()
125 if (!++CurrentGeneration) in incrementGeneration()
/external/clang/include/clang/AST/
DExternalASTSource.h46 uint32_t CurrentGeneration; variable
55 ExternalASTSource() : CurrentGeneration(0), SemaSource(false) { } in ExternalASTSource()
76 uint32_t getGeneration() const { return CurrentGeneration; } in getGeneration()