Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/Analysis/
DSparsePropagation.cpp271 EXPECT_TRUE(Solver.isBlockExecutable(GEntry)); in TEST_F()
538 EXPECT_TRUE(Solver.isBlockExecutable(Pad)); in TEST_F()
539 EXPECT_TRUE(Solver.isBlockExecutable(Body)); in TEST_F()
540 EXPECT_TRUE(Solver.isBlockExecutable(Exit)); in TEST_F()
/external/llvm-project/mlir/lib/Transforms/
DSCCP.cpp194 if (isBlockExecutable(user->getBlock())) in visitUsers()
244 bool isBlockExecutable(Block *block) const;
348 if (isBlockExecutable(&block)) in rewrite()
728 if (!regionInterface || !isBlockExecutable(parentOp->getBlock())) in visitTerminatorOperation()
866 bool SCCPSolver::isBlockExecutable(Block *block) const { in isBlockExecutable() function in SCCPSolver
/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 __anon0082af670111::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-project/llvm/lib/Transforms/Scalar/
DSCCP.cpp273 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function in __anonb8b04cf30111::SCCPSolver
1742 if (!Solver.isBlockExecutable(&BB)) { in runSCCP()
1837 !Solver.isBlockExecutable(cast<Instruction>(U)->getParent())) in findReturnsToZap()
2001 if (Solver.isBlockExecutable(&F.front())) { in runIPSCCP()
2032 if (!Solver.isBlockExecutable(&BB)) { in runIPSCCP()
2057 if (!Solver.isBlockExecutable(&F.front())) in runIPSCCP()
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp269 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function in __anon8e75af050211::SCCPSolver
1584 if (!Solver.isBlockExecutable(&BB)) { in runSCCP()
1765 if (Solver.isBlockExecutable(&F.front())) { in runIPSCCP()
1776 if (!Solver.isBlockExecutable(&*BB)) { in runIPSCCP()
/external/llvm-project/llvm/include/llvm/Analysis/
DSparsePropagation.h171 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DSparsePropagation.h171 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function