/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
H A D | SCCP.cpp | 69 !Solver.isBlockExecutable(cast<Instruction>(U)->getParent())) in findReturnsToZap() 173 if (Solver.isBlockExecutable(&F.front())) { in runIPSCCP() 211 if (!Solver.isBlockExecutable(&BB)) { in runIPSCCP() 238 if (!Solver.isBlockExecutable(&F.front())) in runIPSCCP()
|
H A D | FunctionSpecialization.cpp | 182 if (!Solver.isBlockExecutable(Call->getParent())) in promoteConstantStackValues() 437 if (!Solver.isBlockExecutable(CS.getParent())) in findSpecializations() 515 if (!Solver.isBlockExecutable(&F->getEntryBlock())) in isCandidateFunction() 740 Solver.isBlockExecutable(CS->getParent())) in updateCallSites()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/IPO/ |
D | FunctionSpecialization.h | 199 bool isBlockExecutable(BasicBlock *BB) { in isBlockExecutable() function 200 return Solver.isBlockExecutable(BB) && !DeadBlocks.contains(BB); in isBlockExecutable()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/IPO/ |
D | FunctionSpecialization.h | 199 bool isBlockExecutable(BasicBlock *BB) { in isBlockExecutable() function 200 return Solver.isBlockExecutable(BB) && !DeadBlocks.contains(BB); in isBlockExecutable()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/IPO/ |
D | FunctionSpecialization.h | 199 bool isBlockExecutable(BasicBlock *BB) { in isBlockExecutable() function 200 return Solver.isBlockExecutable(BB) && !DeadBlocks.contains(BB); in isBlockExecutable()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/IPO/ |
D | FunctionSpecialization.h | 199 bool isBlockExecutable(BasicBlock *BB) { in isBlockExecutable() function 200 return Solver.isBlockExecutable(BB) && !DeadBlocks.contains(BB); in isBlockExecutable()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | SCCP.cpp | 347 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function in __anon2b65abf60111::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()
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | SCCP.cpp | 269 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function in __anon27aabfd40211::SCCPSolver 1584 if (!Solver.isBlockExecutable(&BB)) { in runSCCP() 1765 if (Solver.isBlockExecutable(&F.front())) { in runIPSCCP() 1776 if (!Solver.isBlockExecutable(&*BB)) { in runIPSCCP()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | SCCP.cpp | 99 if (!Solver.isBlockExecutable(&BB)) { in runSCCP()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Utils/ |
D | SCCPSolver.h | 123 bool isBlockExecutable(BasicBlock *BB) const;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/ |
H A D | SCCPSolver.h | 135 bool isBlockExecutable(BasicBlock *BB) const;
|
/aosp_15_r20/external/llvm/include/llvm/Analysis/ |
H A D | SparsePropagation.h | 173 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Utils/ |
D | SCCPSolver.h | 123 bool isBlockExecutable(BasicBlock *BB) const;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Utils/ |
D | SCCPSolver.h | 123 bool isBlockExecutable(BasicBlock *BB) const;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Utils/ |
D | SCCPSolver.h | 123 bool isBlockExecutable(BasicBlock *BB) const;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | SCCPSolver.cpp | 632 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function in llvm::SCCPInstVisitor 1862 bool SCCPSolver::isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function in SCCPSolver 1863 return Visitor->isBlockExecutable(BB); in isBlockExecutable()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | SparsePropagation.h | 173 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | SparsePropagation.h | 173 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | SparsePropagation.h | 171 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
H A D | SparsePropagation.h | 173 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | SparsePropagation.h | 173 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | SparsePropagation.h | 173 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function
|