Searched defs:childGeneration (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp359 unsigned childGeneration() { return ChildGeneration; } function in class:__anon22575::EarlyCSE::StackNode
360 void childGeneration(unsigned generation) { ChildGeneration = generation; } function in class:__anon22575::EarlyCSE::StackNode
605 NodeToProcess->childGeneration(CurrentGeneration);
614 NodeToProcess->childGeneration(), child,

Completed in 63 milliseconds