Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSCCPSolver.h106 void removeLatticeValueFor(Value *V);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp415 void removeLatticeValueFor(Value *V) { ValueState.erase(V); } in removeLatticeValueFor() function in llvm::SCCPInstVisitor
1636 void SCCPSolver::removeLatticeValueFor(Value *V) { in removeLatticeValueFor() function in SCCPSolver
1637 return Visitor->removeLatticeValueFor(V); in removeLatticeValueFor()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp179 Solver.removeLatticeValueFor(&Inst); in simplifyInstsInBlock()