Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp355 unsigned childGeneration() { return ChildGeneration; } in childGeneration() function in __anon5dbebb2a0311::EarlyCSE::StackNode
356 void childGeneration(unsigned generation) { ChildGeneration = generation; } in childGeneration() function in __anon5dbebb2a0311::EarlyCSE::StackNode
824 NodeToProcess->childGeneration(CurrentGeneration); in run()
831 NodeToProcess->childGeneration(), child, child->begin(), in run()