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

1 2

  /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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
PostDominators.h 109 static nodes_iterator nodes_end(PostDominatorTree *N) { function in struct:llvm::GraphTraits
RegionIterator.h 293 static nodes_iterator nodes_end(RegionT *R) { \
309 static nodes_iterator nodes_end(RegionT *R) { \
334 static nodes_iterator nodes_end(RegionInfo *RI) { function in struct:llvm::GraphTraits
353 static nodes_iterator nodes_end(RegionInfoPass *RI) { function in struct:llvm::GraphTraits
354 return GraphTraits<RegionInfo*>::nodes_end(&RI->getRegionInfo());
  /external/llvm/include/llvm/Analysis/
PostDominators.h 103 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 469 static nodes_iterator nodes_end(CallGraph *CG) { function in struct:GraphTraits
492 static nodes_iterator nodes_end(const CallGraph *CG) { function in struct:GraphTraits
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
PostDominators.h 99 static nodes_iterator nodes_end(PostDominatorTree *N) { function in struct:llvm::GraphTraits
RegionIterator.h 299 static nodes_iterator nodes_end(RegionT* R) { \
313 static nodes_iterator nodes_end(RegionT* R) { \
335 static nodes_iterator nodes_end(RegionInfo *RI) { function in struct:llvm::GraphTraits
CallGraph.h 353 static nodes_iterator nodes_end (CallGraph *CG) { function in struct:GraphTraits
370 static nodes_iterator nodes_end (const CallGraph *CG) { return CG->end(); } function in struct:GraphTraits
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineRegionInfo.h 152 static nodes_iterator nodes_end(MachineRegionInfo *RI) { function in struct:llvm::GraphTraits
171 static nodes_iterator nodes_end(MachineRegionInfoPass *RI) { function in struct:llvm::GraphTraits
172 return GraphTraits<MachineRegionInfo *>::nodes_end(&RI->getRegionInfo());
  /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());
  /external/llvm/lib/CodeGen/
MachineBlockFrequencyInfo.cpp 76 static nodes_iterator nodes_end(const MachineBlockFrequencyInfo *G) { function in struct:llvm::GraphTraits
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
CFG.h 228 static nodes_iterator nodes_end(Function *F) { function in struct:llvm::GraphTraits
245 static nodes_iterator nodes_end(const Function *F) { function in struct:llvm::GraphTraits
Dominators.h 199 static nodes_iterator nodes_end(NodeRef N) { return df_end(getEntryNode(N)); } function in struct:llvm::DomTreeGraphTraitsBase
219 static nodes_iterator nodes_end(DominatorTree *N) { function in struct:llvm::GraphTraits
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
BlockFrequencyInfo.cpp 118 static nodes_iterator nodes_end(const BlockFrequencyInfo *G) { function in struct:llvm::GraphTraits
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineBlockFrequencyInfo.cpp 107 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
  /external/clang/lib/Serialization/
ModuleManager.cpp 453 static nodes_iterator nodes_end(const ModuleManager &Manager) { function in struct:llvm::GraphTraits
  /external/llvm/include/llvm/IR/
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
Dominators.h 172 static nodes_iterator nodes_end(NodeType *N) { function in struct:llvm::DomTreeGraphTraitsBase
196 static nodes_iterator nodes_end(DominatorTree *N) { function in struct:llvm::GraphTraits
  /external/llvm/lib/Analysis/
BlockFrequencyInfo.cpp 79 static nodes_iterator nodes_end(const BlockFrequencyInfo *G) { function in struct:llvm::GraphTraits
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 353 static ChildIteratorType nodes_end(ArgumentGraph *AG) { return AG->end(); } function in struct:llvm::GraphTraits
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineFunction.h 439 static nodes_iterator nodes_end (MachineFunction *F) { return F->end(); } function in class:llvm::MachineFunction
452 static nodes_iterator nodes_end (const MachineFunction *F) { function in struct:llvm::GraphTraits
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CFG.h 316 static nodes_iterator nodes_end (Function *F) { return F->end(); } function in struct:llvm::GraphTraits
325 static nodes_iterator nodes_end (const Function *F) { return F->end(); } function in struct:llvm::GraphTraits

Completed in 546 milliseconds

1 2