Searched refs:getEntryNode (Results 1 - 25 of 76) sorted by relevance

1234

/external/llvm/include/llvm/Analysis/
H A DPostDominators.h99 static NodeType *getEntryNode(PostDominatorTree *DT) { function in struct:llvm::GraphTraits
104 if (getEntryNode(N))
105 return df_begin(getEntryNode(N));
107 return df_end(getEntryNode(N));
111 return df_end(getEntryNode(N));
H A DRegionIterator.h256 static NodeType *getEntryNode(NodeType* N) { return N; } \
267 static NodeType *getEntryNode(NodeType* N) { return N; } \
280 static NodeType *getEntryNode(RegionT* R) { \
284 return nodes_iterator::begin(getEntryNode(R)); \
287 return nodes_iterator::end(getEntryNode(R)); \
294 static NodeType *getEntryNode(RegionT* R) { \
298 return nodes_iterator::begin(getEntryNode(R)); \
301 return nodes_iterator::end(getEntryNode(R)); \
316 static NodeType *getEntryNode(RegionInfo *RI) { function in struct:llvm::GraphTraits
317 return GraphTraits<FlatIt<Region*> >::getEntryNode(R
332 static NodeType *getEntryNode(RegionInfoPass *RI) { function in struct:llvm::GraphTraits
[all...]
H A DInterval.h125 static NodeType *getEntryNode(Interval *I) { return I; } function in struct:llvm::GraphTraits
139 static NodeType *getEntryNode(Inverse<Interval *> G) { return G.Graph; } function in struct:llvm::GraphTraits
H A DCallGraph.h410 static NodeType *getEntryNode(CallGraphNode *CGN) { return CGN; } function in struct:GraphTraits
431 static NodeType *getEntryNode(const CallGraphNode *CGN) { return CGN; } function in struct:GraphTraits
448 static NodeType *getEntryNode(CallGraph *CGN) { function in struct:GraphTraits
471 static NodeType *getEntryNode(const CallGraph *CGN) { function in struct:GraphTraits
H A DLazyCallGraph.h524 static NodeType *getEntryNode(NodeType *N) { return N; } function in struct:llvm::GraphTraits
532 static NodeType *getEntryNode(NodeType *N) { return N; } function in struct:llvm::GraphTraits
/external/llvm/include/llvm/ADT/
H A DGraphTraits.h33 // static NodeType *getEntryNode(const GraphType &)
91 static NodeType *getEntryNode(Inverse<Inverse<T> > *G) { function in struct:llvm::GraphTraits
92 return GraphTraits<T>::getEntryNode(G->Graph.Graph);
H A DPostOrderIterator.h138 return po_iterator(GT::getEntryNode(G));
143 return po_iterator(GT::getEntryNode(G), S);
291 ReversePostOrderTraversal(GraphT G) { Initialize(GT::getEntryNode(G)); }
H A DDepthFirstIterator.h134 return df_iterator(GT::getEntryNode(G));
140 return df_iterator(GT::getEntryNode(G), S);
/external/clang/include/clang/Analysis/Analyses/
H A DDominators.h173 static NodeType *getEntryNode(NodeType *N) { function in struct:llvm::GraphTraits
186 return df_begin(getEntryNode(N));
190 return df_end(getEntryNode(N));
196 static NodeType *getEntryNode(::clang::DominatorTree *DT) { function in struct:llvm::GraphTraits
201 return df_begin(getEntryNode(N));
205 return df_end(getEntryNode(N));
/external/llvm/include/llvm/CodeGen/
H A DMachineRegionInfo.h148 static NodeType *getEntryNode(MachineRegionInfo *RI) { function in struct:llvm::GraphTraits
149 return GraphTraits<FlatIt<MachineRegion*> >::getEntryNode(RI->getTopLevelRegion());
152 return nodes_iterator::begin(getEntryNode(RI));
155 return nodes_iterator::end(getEntryNode(RI));
164 static NodeType *getEntryNode(MachineRegionInfoPass *RI) { function in struct:llvm::GraphTraits
165 return GraphTraits<MachineRegionInfo*>::getEntryNode(&RI->getRegionInfo());
H A DMachineLoopInfo.h162 static NodeType *getEntryNode(const MachineLoop *L) { return L; } function in struct:llvm::GraphTraits
175 static NodeType *getEntryNode(MachineLoop *L) { return L; } function in struct:llvm::GraphTraits
H A DMachineDominators.h254 static NodeType *getEntryNode(NodeType *N) { return N; } function in struct:llvm::MachineDomTreeGraphTraitsBase
276 static NodeType *getEntryNode(MachineDominatorTree *DT) { function in struct:llvm::GraphTraits
H A DMachineFunction.h535 static NodeType *getEntryNode(MachineFunction *F) {
547 static NodeType *getEntryNode(const MachineFunction *F) { function in struct:llvm::GraphTraits
572 static NodeType *getEntryNode(Inverse<MachineFunction*> G) { function in struct:llvm::GraphTraits
578 static NodeType *getEntryNode(Inverse<const MachineFunction *> G) { function in struct:llvm::GraphTraits
H A DMachineBasicBlock.h800 static NodeType *getEntryNode(MachineBasicBlock *BB) { return BB; } function in struct:llvm::GraphTraits
813 static NodeType *getEntryNode(const MachineBasicBlock *BB) { return BB; } function in struct:llvm::GraphTraits
831 static NodeType *getEntryNode(Inverse<MachineBasicBlock *> G) { function in struct:llvm::GraphTraits
845 static NodeType *getEntryNode(Inverse<const MachineBasicBlock*> G) { function in struct:llvm::GraphTraits
/external/clang/include/clang/AST/
H A DStmtGraphTraits.h32 static NodeType* getEntryNode(clang::Stmt* S) { return S; } function in struct:llvm::GraphTraits
59 static NodeType* getEntryNode(const clang::Stmt* S) { return S; } function in struct:llvm::GraphTraits
/external/llvm/include/llvm/IR/
H A DCFG.h160 static NodeType *getEntryNode(BasicBlock *BB) { return BB; } function in struct:llvm::GraphTraits
173 static NodeType *getEntryNode(const BasicBlock *BB) { return BB; } function in struct:llvm::GraphTraits
191 static NodeType *getEntryNode(Inverse<BasicBlock *> G) { return G.Graph; } function in struct:llvm::GraphTraits
203 static NodeType *getEntryNode(Inverse<const BasicBlock*> G) { function in struct:llvm::GraphTraits
225 static NodeType *getEntryNode(Function *F) { return &F->getEntryBlock(); } function in struct:llvm::GraphTraits
235 static NodeType *getEntryNode(const Function *F) {return &F->getEntryBlock();} function in struct:llvm::GraphTraits
252 static NodeType *getEntryNode(Inverse<Function*> G) { function in struct:llvm::GraphTraits
258 static NodeType *getEntryNode(Inverse<const Function *> G) { function in struct:llvm::GraphTraits
H A DDominators.h149 static NodeType *getEntryNode(NodeType *N) { return N; } function in struct:llvm::DomTreeGraphTraitsBase
156 return df_begin(getEntryNode(N));
160 return df_end(getEntryNode(N));
175 static NodeType *getEntryNode(DominatorTree *DT) { function in struct:llvm::GraphTraits
180 return df_begin(getEntryNode(N));
184 return df_end(getEntryNode(N));
H A DType.h443 static inline NodeType *getEntryNode(Type *T) { return T; }
456 static inline NodeType *getEntryNode(NodeType *T) { return T; }
/external/clang/include/clang/Analysis/
H A DCallGraph.h178 static NodeType *getEntryNode(clang::CallGraphNode *CGN) { return CGN; } function in struct:llvm::GraphTraits
194 static NodeType *getEntryNode(const clang::CallGraphNode *CGN) { return CGN; } function in struct:llvm::GraphTraits
202 static NodeType *getEntryNode(clang::CallGraph *CGN) { function in struct:llvm::GraphTraits
227 static NodeType *getEntryNode(const clang::CallGraph *CGN) { function in struct:llvm::GraphTraits
H A DCFG.h1004 static NodeType* getEntryNode(::clang::CFGBlock *BB) function in struct:clang::llvm::GraphTraits
1018 static NodeType* getEntryNode(const clang::CFGBlock *BB) function in struct:clang::llvm::GraphTraits
1032 static NodeType *getEntryNode(Inverse< ::clang::CFGBlock*> G) function in struct:clang::llvm::GraphTraits
1046 static NodeType *getEntryNode(Inverse<const ::clang::CFGBlock*> G) function in struct:clang::llvm::GraphTraits
1063 static NodeType *getEntryNode(::clang::CFG* F) { return &F->getEntry(); } function in struct:clang::llvm::GraphTraits
1074 static NodeType *getEntryNode( const ::clang::CFG* F) { function in struct:clang::llvm::GraphTraits
1093 static NodeType *getEntryNode( ::clang::CFG* F) { return &F->getExit(); } function in struct:clang::llvm::GraphTraits
1103 static NodeType *getEntryNode(const ::clang::CFG* F) { return &F->getExit(); } function in struct:clang::llvm::GraphTraits
/external/llvm/unittests/Analysis/
H A DCallGraphTest.cpp34 NodeTy *N = GraphTraits<Ty *>::getEntryNode(G);
/external/llvm/lib/CodeGen/
H A DMachineRegionInfo.cpp62 MachineBasicBlock *Entry = GraphTraits<MachineFunction*>::getEntryNode(&F);
H A DMachineBlockFrequencyInfo.cpp59 const NodeType *getEntryNode(const MachineBlockFrequencyInfo *G) { function in struct:llvm::GraphTraits
/external/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp57 static inline const NodeType *getEntryNode(const BlockFrequencyInfo *G) { function in struct:llvm::GraphTraits
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h448 static inline NodeType* getEntryNode(NodeType* N) { function in struct:llvm::GraphTraits
474 static inline NodeType* getEntryNode(NodeType* N) { function in struct:llvm::GraphTraits

Completed in 450 milliseconds

1234