Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp107 MadeChanges |= Solver.simplifyInstsInBlock(BB, InsertedValues, in runSCCP()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DSCCPSolver.h191 bool simplifyInstsInBlock(BasicBlock &BB,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSCCP.cpp222 MadeChanges |= Solver.simplifyInstsInBlock( in runIPSCCP()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp181 bool SCCPSolver::simplifyInstsInBlock(BasicBlock &BB, in simplifyInstsInBlock() function in llvm::SCCPSolver