Home
last modified time | relevance | path

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

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