Home
last modified time | relevance | path

Searched defs:nodes_begin (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineBlockFrequencyInfo.cpp71 static nodes_iterator nodes_begin(const MachineBlockFrequencyInfo *G) { in nodes_begin() function
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h336 node_iterator nodes_begin() { return Nodes.begin(); } in nodes_begin() function
340 const_node_iterator nodes_begin() const { return Nodes.begin(); } in nodes_begin() function
/external/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp66 static nodes_iterator nodes_begin(const BlockFrequencyInfo *G) { in nodes_begin() function
/external/chromium_org/components/bookmarks/browser/
Dbookmark_index.cc91 BookmarkIndex::Match::nodes_begin() const { in nodes_begin() function in bookmarks::BookmarkIndex::Match
/external/clang/lib/Serialization/
DModuleManager.cpp436 static nodes_iterator nodes_begin(const ModuleManager &Manager) { in nodes_begin() function
/external/clang/include/clang/Analysis/
DCFG.h850 graph_iterator nodes_begin() { return graph_iterator(Blocks.begin()); } in nodes_begin() function
852 const_graph_iterator nodes_begin() const { in nodes_begin() function
/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp400 static ChildIteratorType nodes_begin(ArgumentGraph *AG) { in nodes_begin() function