Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h400 node_iterator nodes_end() { return Nodes.end(); } in nodes_end() function
404 const_node_iterator nodes_end() const { return Nodes.end(); } in nodes_end() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp109 static nodes_iterator nodes_end(const MachineBlockFrequencyInfo *G) { in nodes_end() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp119 static nodes_iterator nodes_end(const BlockFrequencyInfo *G) { in nodes_end() function
H A DCallPrinter.cpp136 static nodes_iterator nodes_end(CallGraphDOTInfo *CGInfo) { in nodes_end() function
H A DMemorySSA.cpp2262 static nodes_iterator nodes_end(DOTFuncMSSAInfo *CFGInfo) { in nodes_end() function
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DModuleManager.cpp492 static nodes_iterator nodes_end(const ModuleManager &Manager) { in nodes_end() function
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DImmutableGraph.h92 const Node *nodes_end() const { return nodes().end(); } in nodes_end() function
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DCFG.h1309 iterator nodes_end() { return iterator(Blocks.end()); } in nodes_end() function
1317 const_iterator nodes_end() const { return const_iterator(Blocks.end()); } in nodes_end() function
/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1349 NodeIterator nodes_end() const { in nodes_end() function in __anon0dac999d2511::DotCfgDiffDisplayGraph
1786 static nodes_iterator nodes_end(const DotCfgDiffDisplayGraph *G) { in nodes_end() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp572 static ChildIteratorType nodes_end(ArgumentGraph *AG) { return AG->end(); } in nodes_end() function
H A DAttributor.cpp3720 static nodes_iterator nodes_end(AADepGraph *DG) { return DG->end(); } in nodes_end() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2369 static nodes_iterator nodes_end(const PGOUseFunc *G) { in nodes_end() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3505 static nodes_iterator nodes_end(BoUpSLP *R) { in nodes_end() function