Searched refs:removeLatticeValueFor (Results 1 – 2 of 2) sorted by relevance
141 LLVM_ABI void removeLatticeValueFor(Value *V);
231 Solver.removeLatticeValueFor(&Inst); in replaceSignedInst()836 void removeLatticeValueFor(Value *V) { ValueState.erase(V); } in removeLatticeValueFor() function in llvm::SCCPInstVisitor2232 void SCCPSolver::removeLatticeValueFor(Value *V) { in removeLatticeValueFor() function in SCCPSolver2233 return Visitor->removeLatticeValueFor(V); in removeLatticeValueFor()