Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp355 unsigned childGeneration() { return ChildGeneration; } in childGeneration() function in __anoncdf6c96d0311::EarlyCSE::StackNode
356 void childGeneration(unsigned generation) { ChildGeneration = generation; } in childGeneration() function in __anoncdf6c96d0311::EarlyCSE::StackNode
824 NodeToProcess->childGeneration(CurrentGeneration); in run()
831 NodeToProcess->childGeneration(), child, child->begin(), in run()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp613 unsigned childGeneration() { return ChildGeneration; } in childGeneration() function in __anon6184f90f0311::EarlyCSE::StackNode
614 void childGeneration(unsigned generation) { ChildGeneration = generation; } in childGeneration() function in __anon6184f90f0311::EarlyCSE::StackNode
1334 NodeToProcess->childGeneration(CurrentGeneration); in run()
1341 AvailableCalls, NodeToProcess->childGeneration(), in run()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp631 unsigned childGeneration() const { return ChildGeneration; } in childGeneration() function in __anon3ae9eefb0311::EarlyCSE::StackNode
632 void childGeneration(unsigned generation) { ChildGeneration = generation; } in childGeneration() function in __anon3ae9eefb0311::EarlyCSE::StackNode
1571 NodeToProcess->childGeneration(CurrentGeneration); in run()
1578 AvailableCalls, NodeToProcess->childGeneration(), in run()