Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp720 GEPHTType AvailableGEPs; member in __anon2439b80b0411::EarlyCSE
743 GEPHTType &AvailableGEPs) in NodeScope() argument
746 GEPScope(AvailableGEPs) {} in NodeScope()
766 GEPHTType &AvailableGEPs, unsigned cg, DomTreeNode *n, in StackNode() argument
772 AvailableCalls, AvailableGEPs) {} in StackNode()
1679 if (Value *V = AvailableGEPs.lookup(GEPVal)) { in processNode()
1693 AvailableGEPs.insert(GEPVal, &Inst); in processNode()
1803 AvailableGEPs, CurrentGeneration, DT.getRootNode(), in run()
1828 AvailableGEPs, NodeToProcess->childGeneration(), child, in run()