Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp594 unsigned CurrentGeneration = 0; member in __anon5cb5eb3b0311::EarlyCSE
662 unsigned CurrentGeneration; member in __anon5cb5eb3b0311::EarlyCSE::StackNode
834 unsigned CurrentGeneration);
1119 unsigned CurrentGeneration) { in getMatchingValue() argument
1212 ++CurrentGeneration; in processNode()
1311 AvailableInvariants.insert(MemLoc, CurrentGeneration); in processNode()
1416 ++CurrentGeneration; in processNode()
1552 ++CurrentGeneration; in processNode()
1616 CurrentGeneration, DT.getRootNode(), in run()
1628 CurrentGeneration = NodeToProcess->currentGeneration(); in run()
[all …]
/llvm-project-15.0.7/clang/lib/AST/
H A DExternalASTSource.cpp112 uint32_t OldGeneration = CurrentGeneration; in incrementGeneration()
118 CurrentGeneration = P->incrementGeneration(C); in incrementGeneration()
122 if (!++CurrentGeneration) in incrementGeneration()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExternalASTSource.h65 uint32_t CurrentGeneration = 0; variable
93 uint32_t getGeneration() const { return CurrentGeneration; } in getGeneration()