Searched refs:removeLatticeValueFor (Results 1 – 4 of 4) sorted by relevance
123 void removeLatticeValueFor(Value *V);
410 void removeLatticeValueFor(Value *V) { ValueState.erase(V); } in removeLatticeValueFor() function in llvm::SCCPInstVisitor1573 void SCCPSolver::removeLatticeValueFor(Value *V) { in removeLatticeValueFor() function in SCCPSolver1574 return Visitor->removeLatticeValueFor(V); in removeLatticeValueFor()
183 Solver.removeLatticeValueFor(&Inst); in simplifyInstsInBlock()
381 Solver.removeLatticeValueFor(I); in tryToReplaceWithConstant()