Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp646 unsigned childGeneration() const { return ChildGeneration; } in childGeneration() function in __anon5cb5eb3b0311::EarlyCSE::StackNode
647 void childGeneration(unsigned generation) { ChildGeneration = generation; } in childGeneration() function in __anon5cb5eb3b0311::EarlyCSE::StackNode
1634 NodeToProcess->childGeneration(CurrentGeneration); in run()
1641 AvailableCalls, NodeToProcess->childGeneration(), in run()