Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DSparsePropagation.h173 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp347 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function in __anona44e126c0111::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()
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp269 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function in __anonc5c4b8ca0211::SCCPSolver
1584 if (!Solver.isBlockExecutable(&BB)) { in runSCCP()
1765 if (Solver.isBlockExecutable(&F.front())) { in runIPSCCP()
1776 if (!Solver.isBlockExecutable(&*BB)) { in runIPSCCP()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DSparsePropagation.h171 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function