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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DExternalASTSource.cpp125 uint32_t OldGeneration = CurrentGeneration;
131 CurrentGeneration = P->incrementGeneration(C);
135 if (!++CurrentGeneration)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp561 unsigned CurrentGeneration = 0; member in class:__anon5635::EarlyCSE
603 : CurrentGeneration(cg), ChildGeneration(cg), Node(n), ChildIter(child),
612 unsigned currentGeneration() { return CurrentGeneration; }
629 unsigned CurrentGeneration; member in class:__anon5635::EarlyCSE::StackNode
912 ++CurrentGeneration;
999 AvailableInvariants.insert(MemLoc, CurrentGeneration);
1093 ++CurrentGeneration;
1104 AvailableInvariants.insert(MemLoc, CurrentGeneration);
1122 isSameMemGeneration(InVal.Generation, CurrentGeneration,
1145 LoadValue(Inst, CurrentGeneration, MemIns
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h67 uint32_t CurrentGeneration = 0; member in class:clang::ExternalASTSource
95 uint32_t getGeneration() const { return CurrentGeneration; }

Completed in 110 milliseconds