Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DPostOrderCFGView.h100 static nodes_iterator nodes_end(const ::clang::CFG *F) { in nodes_end() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp109 static nodes_iterator nodes_end(const MachineBlockFrequencyInfo *G) { in nodes_end() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBlockCoverageInference.cpp288 static nodes_iterator nodes_end(DotFuncBCIInfo *Info) { in nodes_end() function
H A DPGOInstrumentation.cpp2366 static nodes_iterator nodes_end(const PGOUseFunc *G) { in nodes_end() function
/freebsd/contrib/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
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DImmutableGraph.h92 const Node *nodes_end() const { return nodes().end(); } in nodes_end() function
/freebsd/contrib/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
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp604 static ChildIteratorType nodes_end(ArgumentGraph *AG) { return AG->end(); } in nodes_end() function
H A DMemProfContextDisambiguation.cpp2341 static nodes_iterator nodes_end(GraphType G) { in nodes_end() function
H A DAttributor.cpp4161 static nodes_iterator nodes_end(AADepGraph *DG) { return DG->end(); } in nodes_end() function
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1696 NodeIterator nodes_end() const { in nodes_end() function in __anon94a753662a11::DotCfgDiffDisplayGraph
2132 static nodes_iterator nodes_end(const DotCfgDiffDisplayGraph *G) { in nodes_end() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4080 static nodes_iterator nodes_end(BoUpSLP *R) { in nodes_end() function