HomeSort by relevance Sort by last modified time
    Searched refs:succ_begin (Results 1 - 25 of 276) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/include/llvm/IR/
CFG.h 120 inline succ_iterator succ_begin(BasicBlock *BB) { function in namespace:llvm
123 inline succ_const_iterator succ_begin(const BasicBlock *BB) { function in namespace:llvm
133 return succ_begin(BB) == succ_end(BB);
136 return succ_range(succ_begin(BB), succ_end(BB));
139 return succ_const_range(succ_begin(BB), succ_end(BB));
162 return succ_begin(N);
176 return succ_begin(N);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
CFG.h 128 inline succ_iterator succ_begin(BasicBlock *BB) { function in namespace:llvm
131 inline succ_const_iterator succ_begin(const BasicBlock *BB) { function in namespace:llvm
141 return succ_begin(BB) == succ_end(BB);
144 return succ_range(succ_begin(BB), succ_end(BB));
147 return succ_const_range(succ_begin(BB), succ_end(BB));
167 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); }
177 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
CFG.h 128 inline succ_iterator succ_begin(BasicBlock *BB) { function in namespace:llvm
131 inline succ_const_iterator succ_begin(const BasicBlock *BB) { function in namespace:llvm
141 return succ_begin(BB) == succ_end(BB);
144 return succ_range(succ_begin(BB), succ_end(BB));
147 return succ_const_range(succ_begin(BB), succ_end(BB));
167 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); }
177 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
CFG.h 128 inline succ_iterator succ_begin(BasicBlock *BB) { function in namespace:llvm
131 inline succ_const_iterator succ_begin(const BasicBlock *BB) { function in namespace:llvm
141 return succ_begin(BB) == succ_end(BB);
144 return succ_range(succ_begin(BB), succ_end(BB));
147 return succ_const_range(succ_begin(BB), succ_end(BB));
167 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); }
177 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CFG.h 128 inline succ_iterator succ_begin(BasicBlock *BB) { function in namespace:llvm
131 inline succ_const_iterator succ_begin(const BasicBlock *BB) { function in namespace:llvm
141 return succ_begin(BB) == succ_end(BB);
144 return succ_range(succ_begin(BB), succ_end(BB));
147 return succ_const_range(succ_begin(BB), succ_end(BB));
167 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); }
177 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
CFG.h 128 inline succ_iterator succ_begin(BasicBlock *BB) { function in namespace:llvm
131 inline succ_const_iterator succ_begin(const BasicBlock *BB) { function in namespace:llvm
141 return succ_begin(BB) == succ_end(BB);
144 return succ_range(succ_begin(BB), succ_end(BB));
147 return succ_const_range(succ_begin(BB), succ_end(BB));
167 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); }
177 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
CFG.h 128 inline succ_iterator succ_begin(BasicBlock *BB) { function in namespace:llvm
131 inline succ_const_iterator succ_begin(const BasicBlock *BB) { function in namespace:llvm
141 return succ_begin(BB) == succ_end(BB);
144 return succ_range(succ_begin(BB), succ_end(BB));
147 return succ_const_range(succ_begin(BB), succ_end(BB));
167 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); }
177 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
CFG.h 128 inline succ_iterator succ_begin(BasicBlock *BB) { function in namespace:llvm
131 inline succ_const_iterator succ_begin(const BasicBlock *BB) { function in namespace:llvm
141 return succ_begin(BB) == succ_end(BB);
144 return succ_range(succ_begin(BB), succ_end(BB));
147 return succ_const_range(succ_begin(BB), succ_end(BB));
167 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); }
177 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CFG.h 128 inline succ_iterator succ_begin(BasicBlock *BB) { function in namespace:llvm
131 inline succ_const_iterator succ_begin(const BasicBlock *BB) { function in namespace:llvm
141 return succ_begin(BB) == succ_end(BB);
144 return succ_range(succ_begin(BB), succ_end(BB));
147 return succ_const_range(succ_begin(BB), succ_end(BB));
167 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); }
177 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); }
  /external/llvm/include/llvm/Analysis/
Interval.h 103 /// succ_begin/succ_end - define methods so that Intervals may be used
106 inline Interval::succ_iterator succ_begin(Interval *I) { function in namespace:llvm
131 return succ_begin(N);
  /external/llvm/lib/CodeGen/
EdgeBundles.cpp 47 for (MachineBasicBlock::const_succ_iterator SI = MBB.succ_begin(),
84 for (MachineBasicBlock::const_succ_iterator SI = MBB.succ_begin(),
MachineBranchProbabilityInfo.cpp 54 std::find(Src->succ_begin(), Src->succ_end(), Dst));
67 for (MachineBasicBlock::const_succ_iterator I = MBB->succ_begin(),
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
EdgeBundles.cpp 49 for (MachineBasicBlock::const_succ_iterator SI = MBB.succ_begin(),
90 for (MachineBasicBlock::const_succ_iterator SI = I->succ_begin(),
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
Interval.h 103 /// succ_begin/succ_end - define methods so that Intervals may be used
106 inline Interval::succ_iterator succ_begin(Interval *I) { function in namespace:llvm
130 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
Interval.h 103 /// succ_begin/succ_end - define methods so that Intervals may be used
106 inline Interval::succ_iterator succ_begin(Interval *I) { function in namespace:llvm
130 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
Interval.h 103 /// succ_begin/succ_end - define methods so that Intervals may be used
106 inline Interval::succ_iterator succ_begin(Interval *I) { function in namespace:llvm
130 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
Interval.h 103 /// succ_begin/succ_end - define methods so that Intervals may be used
106 inline Interval::succ_iterator succ_begin(Interval *I) { function in namespace:llvm
130 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
Interval.h 103 /// succ_begin/succ_end - define methods so that Intervals may be used
106 inline Interval::succ_iterator succ_begin(Interval *I) { function in namespace:llvm
130 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
Interval.h 103 /// succ_begin/succ_end - define methods so that Intervals may be used
106 inline Interval::succ_iterator succ_begin(Interval *I) { function in namespace:llvm
130 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
Interval.h 103 /// succ_begin/succ_end - define methods so that Intervals may be used
106 inline Interval::succ_iterator succ_begin(Interval *I) { function in namespace:llvm
130 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
Interval.h 103 /// succ_begin/succ_end - define methods so that Intervals may be used
106 inline Interval::succ_iterator succ_begin(Interval *I) { function in namespace:llvm
130 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); }
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 198 return succ_empty() ? nullptr : *(succ_begin());
217 succ_iterator succ_begin() { return Succs.begin(); } function in class:clang::ento::ExplodedNode
220 const_succ_iterator succ_begin() const { function in class:clang::ento::ExplodedNode
221 return const_cast<ExplodedNode*>(this)->succ_begin();
463 return N->succ_begin();
489 return N->succ_begin();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 197 return succ_empty() ? nullptr : *(succ_begin());
216 succ_iterator succ_begin() { return Succs.begin(); } function in class:clang::ento::ExplodedNode
219 const_succ_iterator succ_begin() const { function in class:clang::ento::ExplodedNode
220 return const_cast<ExplodedNode*>(this)->succ_begin();
459 static ChildIteratorType child_begin(NodeRef N) { return N->succ_begin(); }
475 static ChildIteratorType child_begin(NodeRef N) { return N->succ_begin(); }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 197 return succ_empty() ? nullptr : *(succ_begin());
216 succ_iterator succ_begin() { return Succs.begin(); } function in class:clang::ento::ExplodedNode
219 const_succ_iterator succ_begin() const { function in class:clang::ento::ExplodedNode
220 return const_cast<ExplodedNode*>(this)->succ_begin();
459 static ChildIteratorType child_begin(NodeRef N) { return N->succ_begin(); }
475 static ChildIteratorType child_begin(NodeRef N) { return N->succ_begin(); }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 197 return succ_empty() ? nullptr : *(succ_begin());
216 succ_iterator succ_begin() { return Succs.begin(); } function in class:clang::ento::ExplodedNode
219 const_succ_iterator succ_begin() const { function in class:clang::ento::ExplodedNode
220 return const_cast<ExplodedNode*>(this)->succ_begin();
459 static ChildIteratorType child_begin(NodeRef N) { return N->succ_begin(); }
475 static ChildIteratorType child_begin(NodeRef N) { return N->succ_begin(); }

Completed in 437 milliseconds

1 2 3 4 5 6 7 8 91011>>