Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSCCPSolver.h131 void removeLatticeValueFor(Value *V);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp216 Solver.removeLatticeValueFor(&Inst); in replaceSignedInst()
746 void removeLatticeValueFor(Value *V) { ValueState.erase(V); } in removeLatticeValueFor() function in llvm::SCCPInstVisitor
2059 void SCCPSolver::removeLatticeValueFor(Value *V) { in removeLatticeValueFor() function in SCCPSolver
2060 return Visitor->removeLatticeValueFor(V); in removeLatticeValueFor()