Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp355 unsigned childGeneration() { return ChildGeneration; } in childGeneration() function in __anon9bb0c3230311::EarlyCSE::StackNode
356 void childGeneration(unsigned generation) { ChildGeneration = generation; } in childGeneration() function in __anon9bb0c3230311::EarlyCSE::StackNode
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp613 unsigned childGeneration() { return ChildGeneration; } in childGeneration() function in __anon9ca390450311::EarlyCSE::StackNode
614 void childGeneration(unsigned generation) { ChildGeneration = generation; } in childGeneration() function in __anon9ca390450311::EarlyCSE::StackNode
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp670 unsigned childGeneration() const { return ChildGeneration; } in childGeneration() function in __anon293c67cb0311::EarlyCSE::StackNode
671 void childGeneration(unsigned generation) { ChildGeneration = generation; } in childGeneration() function in __anon293c67cb0311::EarlyCSE::StackNode