/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | PostOrderCFGView.h | 96 static nodes_iterator nodes_begin(const ::clang::CFG *F) { in nodes_begin() function
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineBlockFrequencyInfo.cpp | 105 static nodes_iterator nodes_begin(const MachineBlockFrequencyInfo *G) { in nodes_begin() function
|
/llvm-project/llvm/unittests/ADT/ |
H A D | DirectedGraphTest.cpp | 86 static nodes_iterator nodes_begin(DGTestGraph *DG) { return DG->begin(); } in nodes_begin() function
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | BlockCoverageInference.cpp | 284 static nodes_iterator nodes_begin(DotFuncBCIInfo *Info) { in nodes_begin() function
|
H A D | PGOInstrumentation.cpp | 2337 static nodes_iterator nodes_begin(const PGOUseFunc *G) { nodes_begin() function
|
/llvm-project/llvm/lib/Analysis/ |
H A D | BlockFrequencyInfo.cpp | 114 static nodes_iterator nodes_begin(const BlockFrequencyInfo *G) { in nodes_begin() function
|
H A D | CallPrinter.cpp | 134 static nodes_iterator nodes_begin(CallGraphDOTInfo *CGInfo) { in nodes_begin() function
|
H A D | MemorySSA.cpp | 2304 static nodes_iterator nodes_begin(DOTFuncMSSAInfo *CFGInfo) { in nodes_begin() function
|
/llvm-project/clang/lib/Serialization/ |
H A D | ModuleManager.cpp | 474 static nodes_iterator nodes_begin(const ModuleManager &Manager) { nodes_begin() function
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | ImmutableGraph.h | 91 const Node *nodes_begin() const { return nodes().begin(); } in nodes_begin() function
|
/llvm-project/clang/include/clang/Analysis/ |
H A D | CFG.h | 1299 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 D | FunctionAttrs.cpp | 600 static ChildIteratorType nodes_begin(ArgumentGraph *AG) { nodes_begin() function
|
H A D | MemProfContextDisambiguation.cpp | 2286 static nodes_iterator nodes_begin(GraphType G) { nodes_begin() function
|
H A D | Attributor.cpp | 4163 static nodes_iterator nodes_begin(AADepGraph *DG) { return DG->begin(); } nodes_begin() function
|
/llvm-project/llvm/lib/Passes/ |
H A D | StandardInstrumentations.cpp | 1683 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 D | SLPVectorizer.cpp | 4052 static nodes_iterator nodes_begin(BoUpSLP *R) { nodes_begin() function
|