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.h196 bool tryToReplaceWithConstant(Value *V);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp180 if (!Arg.use_empty() && Solver.tryToReplaceWithConstant(&Arg)) { in runIPSCCP()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp68 bool SCCPSolver::tryToReplaceWithConstant(Value *V) { in tryToReplaceWithConstant() function in llvm::SCCPSolver
245 if (tryToReplaceWithConstant(&Inst)) { in simplifyInstsInBlock()