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

  /external/llvm/include/llvm/Analysis/
LazyCallGraph.h 110 class edge_iterator;
239 edge_iterator begin() const {
240 return edge_iterator(Edges.begin(), Edges.end());
242 edge_iterator end() const { return edge_iterator(Edges.end(), Edges.end()); }
273 class edge_iterator class in class:llvm::LazyCallGraph::Edge
274 : public iterator_adaptor_base<edge_iterator, EdgeVectorImplT::iterator,
282 edge_iterator(EdgeVectorImplT::iterator BaseI, function in class:llvm::LazyCallGraph::Edge::edge_iterator
290 edge_iterator() {} function in class:llvm::LazyCallGraph::Edge::edge_iterator
293 edge_iterator &operator++()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
basic-block.h 579 } edge_iterator;
582 ei_container (edge_iterator i)
592 static inline edge_iterator
595 edge_iterator i;
605 static inline edge_iterator
608 edge_iterator i;
618 ei_end_p (edge_iterator i)
626 ei_one_before_end_p (edge_iterator i)
633 ei_next (edge_iterator *i)
641 ei_prev (edge_iterator *i
578 } edge_iterator; typedef in typeref:struct:__anon57504
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 303 typedef SmallVectorImpl<BasicBlock *>::const_iterator edge_iterator; typedef in class:__anon26176::BBState
304 edge_iterator pred_begin() const { return Preds.begin(); }
305 edge_iterator pred_end() const { return Preds.end(); }
306 edge_iterator succ_begin() const { return Succs.begin(); }
307 edge_iterator succ_end() const { return Succs.end(); }
    [all...]
  /external/llvm/lib/Analysis/
LazyCallGraph.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h 112 class edge_iterator;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h 112 class edge_iterator;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h 112 class edge_iterator;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h 112 class edge_iterator;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h 112 class edge_iterator;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h 112 class edge_iterator;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h 112 class edge_iterator;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h 112 class edge_iterator;
    [all...]

Completed in 348 milliseconds