Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp240 unsigned childGeneration() const { return ChildGeneration; } in childGeneration() function in StackNode
241 void childGeneration(unsigned generation) { ChildGeneration = generation; } in childGeneration() function in StackNode
323 NodeToProcess->childGeneration(CurrentGeneration); in loadCSE()
331 new StackNode(AvailableLoads, NodeToProcess->childGeneration(), Child, in loadCSE()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp784 unsigned childGeneration() const { return ChildGeneration; } in childGeneration() function in __anon2439b80b0411::EarlyCSE::StackNode
785 void childGeneration(unsigned generation) { ChildGeneration = generation; } in childGeneration() function in __anon2439b80b0411::EarlyCSE::StackNode
1807 NodeToProcess->childGeneration(CurrentGeneration); in run()
1814 AvailableGEPs, NodeToProcess->childGeneration(), child, in run()