Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp775 : CurrentGeneration(cg), ChildGeneration(cg), Node(n), ChildIter(child), in StackNode()
784 unsigned childGeneration() const { return ChildGeneration; } in childGeneration()
785 void childGeneration(unsigned generation) { ChildGeneration = generation; } in childGeneration()
801 unsigned ChildGeneration; member in __anon472e9e410411::EarlyCSE::StackNode