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

  /external/llvm/include/llvm/Analysis/
Interval.h 104 /// succ_begin/succ_end - define methods so that Intervals may be used
107 inline Interval::succ_iterator succ_begin(Interval *I) { function in namespace:llvm
132 return succ_begin(N);
RegionIterator.h 94 BItor(succ_begin(node->getEntry())) {
182 Itor(succ_begin(node->getEntry())) {
249 inline RNSuccIterator<NodeType> succ_begin(NodeType* Node) { function in namespace:llvm
  /external/llvm/tools/llvm-objdump/
MCFunction.h 56 succ_iterator succ_begin() const { return Succs.begin(); } function in class:llvm::MCBasicBlock
  /external/llvm/lib/Support/
DAGDeltaAlgorithm.cpp 101 succ_iterator_ty succ_begin(change_ty Node) { function in class:__anon9054::DAGDeltaAlgorithmImpl
131 for (succ_iterator_ty it2 = succ_begin(*it),
204 if (succ_begin(*it) == succ_end(*it))
241 if (succ_begin(*it) != succ_end(*it)) {
243 for (succ_iterator_ty it2 = succ_begin(*it),
245 if (it2 != succ_begin(*it)) llvm::errs() << ", ";
  /external/llvm/include/llvm/Support/
CFG.h 226 inline succ_iterator succ_begin(BasicBlock *BB) { function in namespace:llvm
229 inline succ_const_iterator succ_begin(const BasicBlock *BB) { function in namespace:llvm
254 return succ_begin(N);
268 return succ_begin(N);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 204 succ_iterator succ_begin() { return Succs.begin(); } function in class:clang::ento::ExplodedNode
207 const_succ_iterator succ_begin() const { function in class:clang::ento::ExplodedNode
208 return const_cast<ExplodedNode*>(this)->succ_begin();
436 return N->succ_begin();
462 return N->succ_begin();
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 306 succ_iterator succ_begin() { return Successors.begin(); } function in class:llvm::MachineBasicBlock
307 const_succ_iterator succ_begin() const { return Successors.begin(); } function in class:llvm::MachineBasicBlock
652 return N->succ_begin();
665 return N->succ_begin();

Completed in 101 milliseconds