Searched refs:removeLatticeValueFor (Results 1 – 2 of 2) sorted by relevance
131 void removeLatticeValueFor(Value *V);
232 Solver.removeLatticeValueFor(&Inst); in replaceSignedInst()770 void removeLatticeValueFor(Value *V) { ValueState.erase(V); } in removeLatticeValueFor() function in llvm::SCCPInstVisitor2115 void SCCPSolver::removeLatticeValueFor(Value *V) { in removeLatticeValueFor() function in SCCPSolver2116 return Visitor->removeLatticeValueFor(V); in removeLatticeValueFor()