Home
last modified time | relevance | path

Searched refs:resetLatticeValueFor (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSCCPSolver.h145 LLVM_ABI void resetLatticeValueFor(CallBase *Call);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp840 void resetLatticeValueFor(CallBase *Call) { in resetLatticeValueFor() function in llvm::SCCPInstVisitor
2236 void SCCPSolver::resetLatticeValueFor(CallBase *Call) { in resetLatticeValueFor() function in SCCPSolver
2237 Visitor->resetLatticeValueFor(Call); in resetLatticeValueFor()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp834 Solver.resetLatticeValueFor(CS); in run()