Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSCCPSolver.h192 bool tryToReplaceWithConstant(Value *V);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp181 if (!Arg.use_empty() && Solver.tryToReplaceWithConstant(&Arg)) { in runIPSCCP()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp76 bool SCCPSolver::tryToReplaceWithConstant(Value *V) { in tryToReplaceWithConstant() function in llvm::SCCPSolver
229 if (tryToReplaceWithConstant(&Inst)) { in simplifyInstsInBlock()