Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Analysis/Analyses/
H A DPostOrderCFGView.h100 static nodes_iterator nodes_end(const ::clang::CFG *F) { in nodes_end() function
/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp109 static nodes_iterator nodes_end(const MachineBlockFrequencyInfo *G) { in nodes_end() function
/llvm-project/llvm/unittests/ADT/
H A DDirectedGraphTest.cpp87 static nodes_iterator nodes_end(DGTestGraph *DG) { return DG->end(); } in nodes_end() function
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBlockCoverageInference.cpp288 static nodes_iterator nodes_end(DotFuncBCIInfo *Info) { in nodes_end() function
H A DPGOInstrumentation.cpp2341 static nodes_iterator nodes_end(const PGOUseFunc *G) { nodes_end() function
/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp118 static nodes_iterator nodes_end(const BlockFrequencyInfo *G) { in nodes_end() function
H A DCallPrinter.cpp137 static nodes_iterator nodes_end(CallGraphDOTInfo *CGInfo) { in nodes_end() function
H A DMemorySSA.cpp2308 static nodes_iterator nodes_end(DOTFuncMSSAInfo *CFGInfo) { in nodes_end() function
/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp478 static nodes_iterator nodes_end(const ModuleManager &Manager) { nodes_end() function
/llvm-project/llvm/lib/Target/X86/
H A DImmutableGraph.h92 const Node *nodes_end() const { return nodes().end(); } in nodes_end() function
/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1300 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 DFunctionAttrs.cpp604 static ChildIteratorType nodes_end(ArgumentGraph *AG) { return AG->end(); } nodes_end() function
H A DMemProfContextDisambiguation.cpp2290 static nodes_iterator nodes_end(GraphType G) { nodes_end() function
H A DAttributor.cpp4165 static nodes_iterator nodes_end(AADepGraph *DG) { return DG->end(); } nodes_end() function
/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1687 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 DSLPVectorizer.cpp4056 static nodes_iterator nodes_end(BoUpSLP *R) { nodes_end() function