Home
last modified time | relevance | path

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

12

/external/llvm-project/polly/lib/Analysis/
DScopGraphPrinter.cpp44 static nodes_iterator nodes_end(ScopDetection *SD) { in nodes_end() function
58 static nodes_iterator nodes_end(ScopDetectionWrapperPass *P) { in nodes_end() function
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h346 node_iterator nodes_end() { return Nodes.end(); } in nodes_end() function
350 const_node_iterator nodes_end() const { return Nodes.end(); } in nodes_end() function
/external/llvm/lib/CodeGen/
DMachineBlockFrequencyInfo.cpp76 static nodes_iterator nodes_end(const MachineBlockFrequencyInfo *G) { in nodes_end() function
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h402 node_iterator nodes_end() { return Nodes.end(); } in nodes_end() function
406 const_node_iterator nodes_end() const { return Nodes.end(); } in nodes_end() function
/external/llvm-project/mlir/lib/Transforms/
DViewOpGraph.cpp45 static nodes_iterator nodes_end(Block *b) { in nodes_end() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBlockFrequencyInfo.cpp107 static nodes_iterator nodes_end(const MachineBlockFrequencyInfo *G) { in nodes_end() function
/external/llvm-project/llvm/lib/CodeGen/
DMachineBlockFrequencyInfo.cpp107 static nodes_iterator nodes_end(const MachineBlockFrequencyInfo *G) { in nodes_end() function
/external/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp79 static nodes_iterator nodes_end(const BlockFrequencyInfo *G) { in nodes_end() function
/external/llvm-project/llvm/lib/Analysis/
DCallPrinter.cpp131 static nodes_iterator nodes_end(CallGraphDOTInfo *CGInfo) { in nodes_end() function
DBlockFrequencyInfo.cpp118 static nodes_iterator nodes_end(const BlockFrequencyInfo *G) { in nodes_end() function
DMemorySSA.cpp2296 static nodes_iterator nodes_end(DOTFuncMSSAInfo *CFGInfo) { in nodes_end() function
/external/llvm-project/llvm/unittests/ADT/
DDirectedGraphTest.cpp87 static nodes_iterator nodes_end(DGTestGraph *DG) { return DG->end(); } in nodes_end() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp118 static nodes_iterator nodes_end(const BlockFrequencyInfo *G) { in nodes_end() function
/external/clang/lib/Serialization/
DModuleManager.cpp453 static nodes_iterator nodes_end(const ModuleManager &Manager) { in nodes_end() function
/external/llvm-project/clang/lib/Serialization/
DModuleManager.cpp508 static nodes_iterator nodes_end(const ModuleManager &Manager) { in nodes_end() function
/external/llvm-project/llvm/lib/Target/X86/
DImmutableGraph.h92 const Node *nodes_end() const { return nodes().end(); } in nodes_end() function
/external/clang/include/clang/Analysis/
DCFG.h849 graph_iterator nodes_end() { return graph_iterator(Blocks.end()); } in nodes_end() function
853 const_graph_iterator nodes_end() const { in nodes_end() function
/external/llvm-project/clang/include/clang/Analysis/
DCFG.h1309 iterator nodes_end() { return iterator(Blocks.end()); } in nodes_end() function
1311 const_iterator nodes_end() const { return const_iterator(Blocks.end()); } in nodes_end() function
/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp353 static ChildIteratorType nodes_end(ArgumentGraph *AG) { return AG->end(); } in nodes_end() function
/external/llvm-project/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp440 static ChildIteratorType nodes_end(ArgumentGraph *AG) { return AG->end(); } in nodes_end() function
DAttributor.cpp2454 static nodes_iterator nodes_end(AADepGraph *DG) { return DG->end(); } in nodes_end() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp439 static ChildIteratorType nodes_end(ArgumentGraph *AG) { return AG->end(); } in nodes_end() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1770 static nodes_iterator nodes_end(const PGOUseFunc *G) { in nodes_end() function
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1897 static nodes_iterator nodes_end(const PGOUseFunc *G) { in nodes_end() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2286 static nodes_iterator nodes_end(BoUpSLP *R) { in nodes_end() function

12