Home
last modified time | relevance | path

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

/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.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/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/lib/Transforms/IPO/
DFunctionAttrs.cpp353 static ChildIteratorType nodes_end(ArgumentGraph *AG) { return AG->end(); } in nodes_end() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp398 static ChildIteratorType nodes_end(ArgumentGraph *AG) { return AG->end(); } in nodes_end() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1650 static nodes_iterator nodes_end(const PGOUseFunc *G) { in nodes_end() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1281 static nodes_iterator nodes_end(BoUpSLP *R) { in nodes_end() function