Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DDominators.h159 static nodes_iterator nodes_end(NodeType *N) { in nodes_end() function
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h336 node_iterator nodes_end() { return Nodes.end(); } in nodes_end() function
340 const_node_iterator nodes_end() const { return Nodes.end(); } in nodes_end() function
/external/llvm/lib/CodeGen/
DMachineBlockFrequencyInfo.cpp75 static nodes_iterator nodes_end(const MachineBlockFrequencyInfo *G) { in nodes_end() function
/external/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp69 static nodes_iterator nodes_end(const BlockFrequencyInfo *G) { in nodes_end() function
/external/clang/lib/Serialization/
DModuleManager.cpp453 static nodes_iterator nodes_end(const ModuleManager &Manager) { in nodes_end() function
/external/clang/include/clang/Analysis/
DCFG.h849 graph_iterator nodes_end() { return graph_iterator(Blocks.end()); } in nodes_end() function
853 const_graph_iterator nodes_end() const { in nodes_end() function
/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp399 static ChildIteratorType nodes_end(ArgumentGraph *AG) { return AG->end(); } in nodes_end() function