HomeSort by relevance Sort by last modified time
    Searched defs:nodes_end (Results 1 - 18 of 18) sorted by null

  /external/clang/include/clang/AST/
StmtGraphTraits.h 48 static nodes_iterator nodes_end(clang::Stmt* S) { function in struct:llvm::GraphTraits
75 static nodes_iterator nodes_end(const clang::Stmt* S) { function in struct:llvm::GraphTraits
  /external/llvm/include/llvm/Analysis/
PostDominators.h 110 static nodes_iterator nodes_end(PostDominatorTree *N) { function in struct:llvm::GraphTraits
RegionIterator.h 286 static nodes_iterator nodes_end(RegionT* R) { \
300 static nodes_iterator nodes_end(RegionT* R) { \
322 static nodes_iterator nodes_end(RegionInfo *RI) { function in struct:llvm::GraphTraits
338 static nodes_iterator nodes_end(RegionInfoPass *RI) { function in struct:llvm::GraphTraits
339 return GraphTraits<RegionInfo*>::nodes_end(&RI->getRegionInfo());
CallGraph.h 461 static nodes_iterator nodes_end(CallGraph *CG) { function in struct:GraphTraits
484 static nodes_iterator nodes_end(const CallGraph *CG) { function in struct:GraphTraits
  /external/clang/include/clang/Analysis/Analyses/
Dominators.h 189 static nodes_iterator nodes_end(::clang::DomTreeNode *N) { function in struct:llvm::GraphTraits
204 static nodes_iterator nodes_end(::clang::DominatorTree *N) { function in struct:llvm::GraphTraits
  /external/llvm/include/llvm/CodeGen/
MachineRegionInfo.h 154 static nodes_iterator nodes_end(MachineRegionInfo *RI) { function in struct:llvm::GraphTraits
170 static nodes_iterator nodes_end(MachineRegionInfoPass *RI) { function in struct:llvm::GraphTraits
171 return GraphTraits<MachineRegionInfo*>::nodes_end(&RI->getRegionInfo());
MachineFunction.h 542 static nodes_iterator nodes_end (MachineFunction *F) { return F->end(); } function in class:llvm::MachineFunction
556 static nodes_iterator nodes_end (const MachineFunction *F) { function in struct:llvm::GraphTraits
ScheduleDAG.h 680 static nodes_iterator nodes_end(ScheduleDAG *G) { function in struct:llvm::SUnit::GraphTraits
SelectionDAG.h 1321 static nodes_iterator nodes_end(SelectionDAG *G) { function in struct:llvm::GraphTraits
    [all...]
  /external/llvm/include/llvm/IR/
Dominators.h 159 static nodes_iterator nodes_end(NodeType *N) { function in struct:llvm::DomTreeGraphTraitsBase
183 static nodes_iterator nodes_end(DominatorTree *N) { function in struct:llvm::GraphTraits
CFG.h 230 static nodes_iterator nodes_end (Function *F) { return F->end(); } function in struct:llvm::GraphTraits
240 static nodes_iterator nodes_end (const Function *F) { return F->end(); } function in struct:llvm::GraphTraits
  /external/llvm/lib/Analysis/
BlockFrequencyInfo.cpp 69 static nodes_iterator nodes_end(const BlockFrequencyInfo *G) { function in struct:llvm::GraphTraits
  /external/llvm/lib/CodeGen/
MachineBlockFrequencyInfo.cpp 75 static nodes_iterator nodes_end(const MachineBlockFrequencyInfo *G) { function in struct:llvm::GraphTraits
  /external/clang/include/clang/Analysis/
CallGraph.h 213 static nodes_iterator nodes_end (clang::CallGraph *CG) { function in struct:llvm::GraphTraits
239 static nodes_iterator nodes_end(const clang::CallGraph *CG) { function in struct:llvm::GraphTraits
CFG.h 849 graph_iterator nodes_end() { return graph_iterator(Blocks.end()); } function in class:clang::CFGBlock::CFG
853 const_graph_iterator nodes_end() const { function in class:clang::CFGBlock::CFG
1065 static nodes_iterator nodes_end(::clang::CFG* F) { return F->nodes_end(); } function in struct:clang::llvm::GraphTraits
1080 static nodes_iterator nodes_end( const ::clang::CFG* F) { function in struct:clang::llvm::GraphTraits
1095 static nodes_iterator nodes_end( ::clang::CFG* F) { return F->nodes_end(); } function in struct:clang::llvm::GraphTraits
1107 static nodes_iterator nodes_end(const ::clang::CFG* F) { function in struct:clang::llvm::GraphTraits
    [all...]
  /external/clang/lib/Serialization/
ModuleManager.cpp 453 static nodes_iterator nodes_end(const ModuleManager &Manager) { function in struct:llvm::GraphTraits
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 399 static ChildIteratorType nodes_end(ArgumentGraph *AG) { return AG->end(); } function in struct:llvm::GraphTraits
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 336 node_iterator nodes_end() { return Nodes.end(); } function in class:clang::ento::ExplodedGraph
340 const_node_iterator nodes_end() const { return Nodes.end(); } function in class:clang::ento::ExplodedGraph
464 static inline nodes_iterator nodes_end(NodeType* N) { function in struct:llvm::GraphTraits
490 static inline nodes_iterator nodes_end(NodeType* N) { function in struct:llvm::GraphTraits

Completed in 544 milliseconds