Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp599 unsigned CurrentGeneration = 0; member in __anon16fc0a160311::EarlyCSE
641 : CurrentGeneration(cg), ChildGeneration(cg), Node(n), ChildIter(child), in StackNode()
650 unsigned currentGeneration() const { return CurrentGeneration; } in currentGeneration()
667 unsigned CurrentGeneration; member in __anon16fc0a160311::EarlyCSE::StackNode
824 unsigned CurrentGeneration);
1106 unsigned CurrentGeneration) { in getMatchingValue() argument
1145 !isSameMemGeneration(InVal.Generation, CurrentGeneration, InVal.DefInst, in getMatchingValue()
1196 ++CurrentGeneration; in processNode()
1289 AvailableInvariants.insert(MemLoc, CurrentGeneration); in processNode()
1386 ++CurrentGeneration; in processNode()
[all …]
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExternalASTSource.h67 uint32_t CurrentGeneration = 0; variable
95 uint32_t getGeneration() const { return CurrentGeneration; } in getGeneration()