Searched refs:AvailableGEPs (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | EarlyCSE.cpp | 726 GEPHTType AvailableGEPs; member in __anon2439b80b0411::EarlyCSE 749 GEPHTType &AvailableGEPs) in NodeScope() argument 752 GEPScope(AvailableGEPs) {} in NodeScope() 772 GEPHTType &AvailableGEPs, unsigned cg, DomTreeNode *n, in StackNode() argument 778 AvailableCalls, AvailableGEPs) {} in StackNode() 1657 if (Value *V = AvailableGEPs.lookup(GEPVal)) { in processNode() 1671 AvailableGEPs.insert(GEPVal, &Inst); in processNode() 1789 AvailableGEPs, CurrentGeneration, DT.getRootNode(), in run() 1814 AvailableGEPs, NodeToProcess->childGeneration(), child, in run()
|