Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Analysis/Analyses/
H A DPostOrderCFGView.h96 static nodes_iterator nodes_begin(const ::clang::CFG *F) { in nodes_begin() function
/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp105 static nodes_iterator nodes_begin(const MachineBlockFrequencyInfo *G) { in nodes_begin() function
/llvm-project/llvm/unittests/ADT/
H A DDirectedGraphTest.cpp86 static nodes_iterator nodes_begin(DGTestGraph *DG) { return DG->begin(); } in nodes_begin() function
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBlockCoverageInference.cpp284 static nodes_iterator nodes_begin(DotFuncBCIInfo *Info) { in nodes_begin() function
H A DPGOInstrumentation.cpp2337 static nodes_iterator nodes_begin(const PGOUseFunc *G) { nodes_begin() function
/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp114 static nodes_iterator nodes_begin(const BlockFrequencyInfo *G) { in nodes_begin() function
H A DCallPrinter.cpp134 static nodes_iterator nodes_begin(CallGraphDOTInfo *CGInfo) { in nodes_begin() function
H A DMemorySSA.cpp2304 static nodes_iterator nodes_begin(DOTFuncMSSAInfo *CFGInfo) { in nodes_begin() function
/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp474 static nodes_iterator nodes_begin(const ModuleManager &Manager) { nodes_begin() function
/llvm-project/llvm/lib/Target/X86/
H A DImmutableGraph.h91 const Node *nodes_begin() const { return nodes().begin(); } in nodes_begin() function
/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1299 iterator nodes_begin() { return iterator(Blocks.begin()); } in nodes_begin() function
1307 const_iterator nodes_begin() const { return const_iterator(Blocks.begin()); } in nodes_begin() function
/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp600 static ChildIteratorType nodes_begin(ArgumentGraph *AG) { nodes_begin() function
H A DMemProfContextDisambiguation.cpp2286 static nodes_iterator nodes_begin(GraphType G) { nodes_begin() function
H A DAttributor.cpp4163 static nodes_iterator nodes_begin(AADepGraph *DG) { return DG->begin(); } nodes_begin() function
/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1683 NodeIterator nodes_begin() const { nodes_begin() function in __anon5eea9d392a11::DotCfgDiffDisplayGraph
2120 static nodes_iterator nodes_begin(const DotCfgDiffDisplayGraph *G) { nodes_begin() function
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4052 static nodes_iterator nodes_begin(BoUpSLP *R) { nodes_begin() function