Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DSCCP.cpp69 !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 DFunctionSpecialization.cpp182 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/
DFunctionSpecialization.h199 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/
DFunctionSpecialization.h199 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/
DFunctionSpecialization.h199 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/
DFunctionSpecialization.h199 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 DSCCP.cpp347 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 DSCCP.cpp269 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 DSCCP.cpp99 if (!Solver.isBlockExecutable(&BB)) { in runSCCP()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Utils/
DSCCPSolver.h123 bool isBlockExecutable(BasicBlock *BB) const;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/
H A DSCCPSolver.h135 bool isBlockExecutable(BasicBlock *BB) const;
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DSparsePropagation.h173 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Utils/
DSCCPSolver.h123 bool isBlockExecutable(BasicBlock *BB) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Utils/
DSCCPSolver.h123 bool isBlockExecutable(BasicBlock *BB) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Utils/
DSCCPSolver.h123 bool isBlockExecutable(BasicBlock *BB) const;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp632 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/
DSparsePropagation.h173 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DSparsePropagation.h173 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DSparsePropagation.h171 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DSparsePropagation.h173 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DSparsePropagation.h173 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DSparsePropagation.h173 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function