Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp641 : CurrentGeneration(cg), ChildGeneration(cg), Node(n), ChildIter(child), in StackNode()
651 unsigned childGeneration() const { return ChildGeneration; } in childGeneration()
652 void childGeneration(unsigned generation) { ChildGeneration = generation; } in childGeneration()
668 unsigned ChildGeneration; member in __anon0a18f2bf0311::EarlyCSE::StackNode