Home
last modified time | relevance | path

Searched defs:nodes_end (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/llvm/lib/Analysis/
HDBlockFrequencyInfo.cpp67 static nodes_iterator nodes_end(const BlockFrequencyInfo *G) { in nodes_end() function
/trueos/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDExplodedGraph.h338 node_iterator nodes_end() { return Nodes.end(); } in nodes_end() function
342 const_node_iterator nodes_end() const { return Nodes.end(); } in nodes_end() function
/trueos/contrib/llvm/tools/clang/lib/Serialization/
HDModuleManager.cpp422 static nodes_iterator nodes_end(const ModuleManager &Manager) { in nodes_end() function
/trueos/contrib/llvm/tools/clang/include/clang/Analysis/
HDCFG.h747 graph_iterator nodes_end() { return graph_iterator(Blocks.end()); } in nodes_end() function
751 const_graph_iterator nodes_end() const { in nodes_end() function
/trueos/contrib/llvm/lib/Transforms/IPO/
HDFunctionAttrs.cpp402 static ChildIteratorType nodes_end(ArgumentGraph *AG) { in nodes_end() function