Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DPostOrderCFGView.h96 static nodes_iterator nodes_begin(const ::clang::CFG *F) { in nodes_begin() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp105 static nodes_iterator nodes_begin(const MachineBlockFrequencyInfo *G) { in nodes_begin() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBlockCoverageInference.cpp284 static nodes_iterator nodes_begin(DotFuncBCIInfo *Info) { in nodes_begin() function
H A DPGOInstrumentation.cpp2476 static nodes_iterator nodes_begin(const PGOUseFunc *G) { in nodes_begin() function
/freebsd/contrib/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
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp477 static nodes_iterator nodes_begin(const ModuleManager &Manager) { in nodes_begin() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DImmutableGraph.h91 const Node *nodes_begin() const { return nodes().begin(); } in nodes_begin() function
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1307 iterator nodes_begin() { return iterator(Blocks.begin()); } in nodes_begin() function
1315 const_iterator nodes_begin() const { return const_iterator(Blocks.begin()); } in nodes_begin() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp1229 static nodes_iterator nodes_begin(const SplitGraph &G) { in nodes_begin() function
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1689 NodeIterator nodes_begin() const { in nodes_begin() function in __anon94a753662a11::DotCfgDiffDisplayGraph
2122 static nodes_iterator nodes_begin(const DotCfgDiffDisplayGraph *G) { in nodes_begin() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp1679 static auto nodes_begin(SubRegIndexCompositionGraph *G) { in nodes_begin() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp851 static ChildIteratorType nodes_begin(ArgumentGraph *AG) { in nodes_begin() function
H A DAttributor.cpp4149 static nodes_iterator nodes_begin(AADepGraph *DG) { return DG->begin(); } in nodes_begin() function
H A DMemProfContextDisambiguation.cpp3074 static nodes_iterator nodes_begin(GraphType G) { in nodes_begin() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5217 static nodes_iterator nodes_begin(BoUpSLP *R) { in nodes_begin() function