Searched refs:nodes_end (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DPostDominators.h99 static nodes_iterator nodes_end(PostDominatorTree *N) { function in struct:llvm::GraphTraits
H A DRegionIterator.h299 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
H A DCallGraph.h353 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
H A DDominators.h665 E = TraitsTy::nodes_end(&F); I != E; ++I) {
898 static nodes_iterator nodes_end(DomTreeNode *N) { function in struct:llvm::GraphTraits
913 static nodes_iterator nodes_end(DominatorTree *N) { function in struct:llvm::GraphTraits
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DMachineFunction.h448 static nodes_iterator nodes_end (MachineFunction *F) { return F->end(); } function in class:llvm::MachineFunction
462 static nodes_iterator nodes_end (const MachineFunction *F) { function in struct:llvm::GraphTraits
H A DScheduleDAG.h645 static nodes_iterator nodes_end(ScheduleDAG *G) { function in struct:llvm::GraphTraits
H A DSelectionDAG.h1092 static nodes_iterator nodes_end(SelectionDAG *G) { function in struct:llvm::GraphTraits
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DCFG.h322 static nodes_iterator nodes_end (Function *F) { return F->end(); } function in struct:llvm::GraphTraits
332 static nodes_iterator nodes_end (const Function *F) { return F->end(); } function in struct:llvm::GraphTraits
H A DGraphWriter.h137 for (node_iterator I = GTraits::nodes_begin(G), E = GTraits::nodes_end(G);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DRegionInfo.cpp254 return GraphTraits<Region*>::nodes_end(this);
262 return GraphTraits<const Region*>::nodes_end(this);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/IPO/
H A DFunctionAttrs.cpp333 static ChildIteratorType nodes_end(ArgumentGraph *AG) { function in struct:llvm::GraphTraits

Completed in 213 milliseconds