Home
last modified time | relevance | path

Searched refs:isBlockExecutable (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp347 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function in __anonc6ab31860111::SCCPSolver
1831 if (!Solver.isBlockExecutable(&BB)) { in runSCCP()
1939 !Solver.isBlockExecutable(cast<Instruction>(U)->getParent())) in findReturnsToZap()
2074 if (Solver.isBlockExecutable(&F.front())) in runIPSCCP()
2084 if (!Solver.isBlockExecutable(&*BB)) { in runIPSCCP()
2119 if (!Solver.isBlockExecutable(&F.front())) in runIPSCCP()
2155 !Solver.isBlockExecutable(BI->getSuccessor(0))) { in runIPSCCP()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DSparsePropagation.h171 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function