Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSCCPSolver.h208 LLVM_ABI bool tryToReplaceWithConstant(Value *V);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp178 if (!Arg.use_empty() && Solver.tryToReplaceWithConstant(&Arg)) { in runIPSCCP()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp59 bool SCCPSolver::tryToReplaceWithConstant(Value *V) { in tryToReplaceWithConstant() function in llvm::SCCPSolver
264 if (tryToReplaceWithConstant(&Inst)) { in simplifyInstsInBlock()