/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | PostOrderCFGView.h | 100 static nodes_iterator nodes_end(const ::clang::CFG *F) { in nodes_end() function
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineBlockFrequencyInfo.cpp | 109 static nodes_iterator nodes_end(const MachineBlockFrequencyInfo *G) { in nodes_end() function
|
/llvm-project/llvm/unittests/ADT/ |
H A D | DirectedGraphTest.cpp | 87 static nodes_iterator nodes_end(DGTestGraph *DG) { return DG->end(); } in nodes_end() function
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | BlockCoverageInference.cpp | 288 static nodes_iterator nodes_end(DotFuncBCIInfo *Info) { in nodes_end() function
|
H A D | PGOInstrumentation.cpp | 2341 static nodes_iterator nodes_end(const PGOUseFunc *G) { nodes_end() function
|
/llvm-project/llvm/lib/Analysis/ |
H A D | BlockFrequencyInfo.cpp | 118 static nodes_iterator nodes_end(const BlockFrequencyInfo *G) { in nodes_end() function
|
H A D | CallPrinter.cpp | 137 static nodes_iterator nodes_end(CallGraphDOTInfo *CGInfo) { in nodes_end() function
|
H A D | MemorySSA.cpp | 2308 static nodes_iterator nodes_end(DOTFuncMSSAInfo *CFGInfo) { in nodes_end() function
|
/llvm-project/clang/lib/Serialization/ |
H A D | ModuleManager.cpp | 478 static nodes_iterator nodes_end(const ModuleManager &Manager) { nodes_end() function
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | ImmutableGraph.h | 92 const Node *nodes_end() const { return nodes().end(); } in nodes_end() function
|
/llvm-project/clang/include/clang/Analysis/ |
H A D | CFG.h | 1300 iterator nodes_end() { return iterator(Blocks.end()); } in nodes_end() function 1308 const_iterator nodes_end() const { return const_iterator(Blocks.end()); } in nodes_end() function
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionAttrs.cpp | 604 static ChildIteratorType nodes_end(ArgumentGraph *AG) { return AG->end(); } nodes_end() function
|
H A D | MemProfContextDisambiguation.cpp | 2290 static nodes_iterator nodes_end(GraphType G) { nodes_end() function
|
H A D | Attributor.cpp | 4165 static nodes_iterator nodes_end(AADepGraph *DG) { return DG->end(); } nodes_end() function
|
/llvm-project/llvm/lib/Passes/ |
H A D | StandardInstrumentations.cpp | 1687 NodeIterator nodes_end() const { nodes_end() function in __anon5eea9d392a11::DotCfgDiffDisplayGraph 2123 static nodes_iterator nodes_end(const DotCfgDiffDisplayGraph *G) { nodes_end() function
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 4056 static nodes_iterator nodes_end(BoUpSLP *R) { nodes_end() function
|