Home
last modified time | relevance | path

Searched refs:simplifyInstsInBlock (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp99 MadeChanges |= Solver.simplifyInstsInBlock(BB, InsertedValues, in runSCCP()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSCCPSolver.h197 LLVM_ABI bool simplifyInstsInBlock(BasicBlock &BB,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp226 MadeChanges |= Solver.simplifyInstsInBlock( in runIPSCCP()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp256 bool SCCPSolver::simplifyInstsInBlock(BasicBlock &BB, in simplifyInstsInBlock() function in llvm::SCCPSolver