Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DSparsePropagation.cpp274 EXPECT_TRUE(Solver.isBlockExecutable(GEntry)); in TEST_F()
541 EXPECT_TRUE(Solver.isBlockExecutable(Pad)); in TEST_F()
542 EXPECT_TRUE(Solver.isBlockExecutable(Body)); in TEST_F()
543 EXPECT_TRUE(Solver.isBlockExecutable(Exit)); in TEST_F()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DSparsePropagation.h176 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function
/external/llvm/include/llvm/Analysis/
DSparsePropagation.h173 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp324 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function in __anonf4e4c9bf0111::SCCPSolver
1683 if (!Solver.isBlockExecutable(&BB)) { in runSCCP()
1865 if (Solver.isBlockExecutable(&F.front())) in runIPSCCP()
1875 if (!Solver.isBlockExecutable(&*BB)) { in runIPSCCP()
1907 if (!Solver.isBlockExecutable(&F.front())) in runIPSCCP()
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp269 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function in __anon8a523c670211::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/lib/Transforms/Scalar/
DSCCP.cpp268 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function in __anon967d13930211::SCCPSolver
1762 if (!Solver.isBlockExecutable(BB)) { in runOnFunction()
1927 if (Solver.isBlockExecutable(F->begin())) { in runOnModule()
1950 if (!Solver.isBlockExecutable(BB)) { in runOnModule()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DSparsePropagation.h172 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function