Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSCCPSolver.h135 void resetLatticeValueFor(CallBase *Call);
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp774 void resetLatticeValueFor(CallBase *Call) { in resetLatticeValueFor() function in llvm::SCCPInstVisitor
2119 void SCCPSolver::resetLatticeValueFor(CallBase *Call) { in resetLatticeValueFor() function in SCCPSolver
2120 Visitor->resetLatticeValueFor(Call); in resetLatticeValueFor()
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp773 Solver.resetLatticeValueFor(CS); in run()