Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DSCCPSolver.h123 void removeLatticeValueFor(Value *V);
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp410 void removeLatticeValueFor(Value *V) { ValueState.erase(V); } in removeLatticeValueFor() function in llvm::SCCPInstVisitor
1573 void SCCPSolver::removeLatticeValueFor(Value *V) { in removeLatticeValueFor() function in SCCPSolver
1574 return Visitor->removeLatticeValueFor(V); in removeLatticeValueFor()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp183 Solver.removeLatticeValueFor(&Inst); in simplifyInstsInBlock()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp381 Solver.removeLatticeValueFor(I); in tryToReplaceWithConstant()