Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h402 node_iterator nodes_end() { return Nodes.end(); } in nodes_end() function
406 const_node_iterator nodes_end() const { return Nodes.end(); } in nodes_end() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp109 static nodes_iterator nodes_end(const MachineBlockFrequencyInfo *G) { in nodes_end() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCallPrinter.cpp131 static nodes_iterator nodes_end(CallGraphDOTInfo *CGInfo) { in nodes_end() function
H A DBlockFrequencyInfo.cpp120 static nodes_iterator nodes_end(const BlockFrequencyInfo *G) { in nodes_end() function
H A DMemorySSA.cpp2257 static nodes_iterator nodes_end(DOTFuncMSSAInfo *CFGInfo) { in nodes_end() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DModuleManager.cpp508 static nodes_iterator nodes_end(const ModuleManager &Manager) { in nodes_end() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DImmutableGraph.h92 const Node *nodes_end() const { return nodes().end(); } in nodes_end() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h1309 iterator nodes_end() { return iterator(Blocks.end()); } in nodes_end() function
1317 const_iterator nodes_end() const { return const_iterator(Blocks.end()); } in nodes_end() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp450 static ChildIteratorType nodes_end(ArgumentGraph *AG) { return AG->end(); } in nodes_end() function
H A DAttributor.cpp2508 static nodes_iterator nodes_end(AADepGraph *DG) { return DG->end(); } in nodes_end() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2101 static nodes_iterator nodes_end(const PGOUseFunc *G) { in nodes_end() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2512 static nodes_iterator nodes_end(BoUpSLP *R) { in nodes_end() function