Searched refs:removeLatticeValueFor (Results 1 – 3 of 3) sorted by relevance
106 void removeLatticeValueFor(Value *V);
415 void removeLatticeValueFor(Value *V) { ValueState.erase(V); } in removeLatticeValueFor() function in llvm::SCCPInstVisitor1636 void SCCPSolver::removeLatticeValueFor(Value *V) { in removeLatticeValueFor() function in SCCPSolver1637 return Visitor->removeLatticeValueFor(V); in removeLatticeValueFor()
179 Solver.removeLatticeValueFor(&Inst); in simplifyInstsInBlock()