Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h400 node_iterator nodes_begin() { return Nodes.begin(); } in nodes_begin() function
404 const_node_iterator nodes_begin() const { return Nodes.begin(); } in nodes_begin() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp105 static nodes_iterator nodes_begin(const MachineBlockFrequencyInfo *G) { in nodes_begin() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCallPrinter.cpp128 static nodes_iterator nodes_begin(CallGraphDOTInfo *CGInfo) { in nodes_begin() function
H A DBlockFrequencyInfo.cpp116 static nodes_iterator nodes_begin(const BlockFrequencyInfo *G) { in nodes_begin() function
H A DMemorySSA.cpp2253 static nodes_iterator nodes_begin(DOTFuncMSSAInfo *CFGInfo) { in nodes_begin() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DModuleManager.cpp504 static nodes_iterator nodes_begin(const ModuleManager &Manager) { in nodes_begin() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DImmutableGraph.h91 const Node *nodes_begin() const { return nodes().begin(); } in nodes_begin() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h1308 iterator nodes_begin() { return iterator(Blocks.begin()); } in nodes_begin() function
1316 const_iterator nodes_begin() const { return const_iterator(Blocks.begin()); } in nodes_begin() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp446 static ChildIteratorType nodes_begin(ArgumentGraph *AG) { in nodes_begin() function
H A DAttributor.cpp2506 static nodes_iterator nodes_begin(AADepGraph *DG) { return DG->begin(); } in nodes_begin() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2097 static nodes_iterator nodes_begin(const PGOUseFunc *G) { in nodes_begin() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2508 static nodes_iterator nodes_begin(BoUpSLP *R) { in nodes_begin() function