HomeSort by relevance Sort by last modified time
    Searched defs:MarkBlockExecutable (Results 1 - 12 of 12) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Analysis/
SparsePropagation.cpp 88 /// MarkBlockExecutable - This method can be used by clients to mark all of
90 void SparseSolver::MarkBlockExecutable(BasicBlock *BB) {
113 MarkBlockExecutable(Dest);
293 MarkBlockExecutable(&F.getEntryBlock());
  /external/llvm/lib/Analysis/
SparsePropagation.cpp 89 /// MarkBlockExecutable - This method can be used by clients to mark all of
91 void SparseSolver::MarkBlockExecutable(BasicBlock *BB) {
114 MarkBlockExecutable(Dest);
294 MarkBlockExecutable(&F.getEntryBlock());
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
SparsePropagation.h 176 /// MarkBlockExecutable - This method can be used by clients to mark all of
178 void MarkBlockExecutable(BasicBlock *BB);
259 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::MarkBlockExecutable(
283 MarkBlockExecutable(Dest);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
SparsePropagation.h 176 /// MarkBlockExecutable - This method can be used by clients to mark all of
178 void MarkBlockExecutable(BasicBlock *BB);
259 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::MarkBlockExecutable(
283 MarkBlockExecutable(Dest);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
SparsePropagation.h 176 /// MarkBlockExecutable - This method can be used by clients to mark all of
178 void MarkBlockExecutable(BasicBlock *BB);
259 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::MarkBlockExecutable(
283 MarkBlockExecutable(Dest);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
SparsePropagation.h 176 /// MarkBlockExecutable - This method can be used by clients to mark all of
178 void MarkBlockExecutable(BasicBlock *BB);
259 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::MarkBlockExecutable(
283 MarkBlockExecutable(Dest);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
SparsePropagation.h 176 /// MarkBlockExecutable - This method can be used by clients to mark all of
178 void MarkBlockExecutable(BasicBlock *BB);
259 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::MarkBlockExecutable(
283 MarkBlockExecutable(Dest);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
SparsePropagation.h 176 /// MarkBlockExecutable - This method can be used by clients to mark all of
178 void MarkBlockExecutable(BasicBlock *BB);
259 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::MarkBlockExecutable(
283 MarkBlockExecutable(Dest);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
SparsePropagation.h 176 /// MarkBlockExecutable - This method can be used by clients to mark all of
178 void MarkBlockExecutable(BasicBlock *BB);
259 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::MarkBlockExecutable(
283 MarkBlockExecutable(Dest);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
SparsePropagation.h 176 /// MarkBlockExecutable - This method can be used by clients to mark all of
178 void MarkBlockExecutable(BasicBlock *BB);
259 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::MarkBlockExecutable(
283 MarkBlockExecutable(Dest);
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 215 /// MarkBlockExecutable - This method can be used by clients to mark all of
219 bool MarkBlockExecutable(BasicBlock *BB) {
443 if (!MarkBlockExecutable(Dest)) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SCCP.cpp 215 /// MarkBlockExecutable - This method can be used by clients to mark all of
219 bool MarkBlockExecutable(BasicBlock *BB) {
437 if (!MarkBlockExecutable(Dest)) {
    [all...]

Completed in 864 milliseconds