Home
last modified time | relevance | path

Searched refs:node_iterator (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DIntervalPartition.cpp58 for (Interval::node_iterator It = I->Nodes.begin(), End = I->Nodes.end(); in addIntervalToPartition()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInterval.h45 using node_iterator = std::vector<BasicBlock*>::iterator; variable
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h396 using node_iterator = AllNodesTy::iterator; variable
399 llvm::iterator_range<node_iterator> nodes() { return Nodes; } in nodes()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DGraphWriter.h72 using node_iterator = typename GTraits::nodes_iterator; variable
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h113 using node_iterator = NodeList::const_iterator; variable
122 iterator_range<node_iterator> nodes() const { in nodes()