Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
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
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineBlockFrequencyInfo.cpp105 static nodes_iterator nodes_begin(const MachineBlockFrequencyInfo *G) { in nodes_begin() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DCallPrinter.cpp128 static nodes_iterator nodes_begin(CallGraphDOTInfo *CGInfo) { in nodes_begin() function
DBlockFrequencyInfo.cpp116 static nodes_iterator nodes_begin(const BlockFrequencyInfo *G) { in nodes_begin() function
DMemorySSA.cpp2253 static nodes_iterator nodes_begin(DOTFuncMSSAInfo *CFGInfo) { in nodes_begin() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DModuleManager.cpp504 static nodes_iterator nodes_begin(const ModuleManager &Manager) { in nodes_begin() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DImmutableGraph.h91 const Node *nodes_begin() const { return nodes().begin(); } in nodes_begin() function
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/
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
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp446 static ChildIteratorType nodes_begin(ArgumentGraph *AG) { in nodes_begin() function
DAttributor.cpp2968 static nodes_iterator nodes_begin(AADepGraph *DG) { return DG->begin(); } in nodes_begin() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp2097 static nodes_iterator nodes_begin(const PGOUseFunc *G) { in nodes_begin() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2524 static nodes_iterator nodes_begin(BoUpSLP *R) { in nodes_begin() function