Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp783 unsigned currentGeneration() const { return CurrentGeneration; } in currentGeneration() function in __anon472e9e410411::EarlyCSE::StackNode
1801 CurrentGeneration = NodeToProcess->currentGeneration(); in run()