Searched refs:CurrentGeneration (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DExternalASTSource.cpp115 uint32_t OldGeneration = CurrentGeneration;
121 CurrentGeneration = P->incrementGeneration(C);
125 if (!++CurrentGeneration)
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp325 unsigned CurrentGeneration; member in class:__anon3181::EarlyCSE
330 : TLI(TLI), TTI(TTI), DT(DT), AC(AC), CurrentGeneration(0) {}
363 : CurrentGeneration(cg), ChildGeneration(cg), Node(n), ChildIter(child),
368 unsigned currentGeneration() { return CurrentGeneration; }
387 unsigned CurrentGeneration; member in class:__anon3181::EarlyCSE::StackNode
512 ++CurrentGeneration;
605 ++CurrentGeneration;
611 if (InVal.Data != nullptr && InVal.Generation == CurrentGeneration &&
633 LoadValue(Inst, CurrentGeneration, MemInst.getMatchingId(),
653 if (InVal.first != nullptr && InVal.second == CurrentGeneration) {
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExternalASTSource.h46 uint32_t CurrentGeneration; member in class:clang::ExternalASTSource
55 ExternalASTSource() : CurrentGeneration(0), SemaSource(false) { }
76 uint32_t getGeneration() const { return CurrentGeneration; }

Completed in 66 milliseconds