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

  /external/llvm/include/llvm/ADT/
GraphTraits.h 33 // static NodeType *getEntryNode(const GraphType &)
91 static NodeType *getEntryNode(Inverse<Inverse<T> > *G) {
92 return GraphTraits<T>::getEntryNode(G->Graph.Graph);
  /external/llvm/include/llvm/Support/
DataFlow.h 30 static NodeType *getEntryNode(const Value *G) {
47 static NodeType *getEntryNode(Value *G) {
64 static NodeType *getEntryNode(Inverse<const User*> G) {
85 static NodeType *getEntryNode(Inverse<User*> G) {
CFG.h 260 static NodeType *getEntryNode(BasicBlock *BB) { return BB; }
273 static NodeType *getEntryNode(const BasicBlock *BB) { return BB; }
291 static NodeType *getEntryNode(Inverse<BasicBlock *> G) { return G.Graph; }
303 static NodeType *getEntryNode(Inverse<const BasicBlock*> G) {
325 static NodeType *getEntryNode(Function *F) { return &F->getEntryBlock(); }
335 static NodeType *getEntryNode(const Function *F) {return &F->getEntryBlock();}
352 static NodeType *getEntryNode(Inverse<Function*> G) {
358 static NodeType *getEntryNode(Inverse<const Function *> G) {
  /external/clang/include/clang/AST/
StmtGraphTraits.h 32 static NodeType* getEntryNode(clang::Stmt* S) { return S; }
59 static NodeType* getEntryNode(const clang::Stmt* S) { return S; }
  /external/llvm/unittests/ADT/
SCCIteratorTest.cpp 237 static inline NodeType *getEntryNode(const Graph<N> &G) { return G.AccessNode(0); }
  /external/llvm/include/llvm/Analysis/
PostDominators.h 93 static NodeType *getEntryNode(PostDominatorTree *DT) {
98 if (getEntryNode(N))
99 return df_begin(getEntryNode(N));
101 return df_end(getEntryNode(N));
105 return df_end(getEntryNode(N));
Interval.h 128 static NodeType *getEntryNode(Interval *I) { return I; }
142 static NodeType *getEntryNode(Inverse<Interval *> G) { return G.Graph; }
RegionIterator.h 269 static NodeType *getEntryNode(NodeType* N) { return N; } \
280 static NodeType *getEntryNode(NodeType* N) { return N; } \
293 static NodeType *getEntryNode(RegionT* R) { \
297 return nodes_iterator::begin(getEntryNode(R)); \
300 return nodes_iterator::end(getEntryNode(R)); \
307 static NodeType *getEntryNode(RegionT* R) { \
311 return nodes_iterator::begin(getEntryNode(R)); \
314 return nodes_iterator::end(getEntryNode(R)); \
329 static NodeType *getEntryNode(RegionInfo *RI) {
330 return GraphTraits<FlatIt<Region*> >::getEntryNode(RI->getTopLevelRegion())
    [all...]
CallGraph.h 315 static NodeType *getEntryNode(CallGraphNode *CGN) { return CGN; }
336 static NodeType *getEntryNode(const CallGraphNode *CGN) { return CGN; }
342 static NodeType *getEntryNode(CallGraph *CGN) {
364 static NodeType *getEntryNode(const CallGraph *CGN) {
LoopInfo.h 703 static NodeType *getEntryNode(const Loop *L) { return L; }
716 static NodeType *getEntryNode(Loop *L) { return L; }
Dominators.h 656 NodeT *entry = TraitsTy::getEntryNode(&F);
881 static NodeType *getEntryNode(NodeType *N) {
894 return df_begin(getEntryNode(N));
898 return df_end(getEntryNode(N));
904 static NodeType *getEntryNode(DominatorTree *DT) {
909 return df_begin(getEntryNode(N));
913 return df_end(getEntryNode(N));
  /external/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 166 static NodeType *getEntryNode(const MachineLoop *L) { return L; }
179 static NodeType *getEntryNode(MachineLoop *L) { return L; }
MachineDominators.h 185 static NodeType *getEntryNode(NodeType *N) {
198 static NodeType *getEntryNode(MachineDominatorTree *DT) {
MachineFunction.h 474 static NodeType *getEntryNode(MachineFunction *F) {
486 static NodeType *getEntryNode(const MachineFunction *F) {
511 static NodeType *getEntryNode(Inverse<MachineFunction*> G) {
517 static NodeType *getEntryNode(Inverse<const MachineFunction *> G) {
SelectionDAG.h 284 /// getEntryNode - Return the token chain corresponding to the entry of the
286 SDValue getEntryNode() const {
    [all...]
MachineBasicBlock.h 680 static NodeType *getEntryNode(MachineBasicBlock *BB) { return BB; }
693 static NodeType *getEntryNode(const MachineBasicBlock *BB) { return BB; }
711 static NodeType *getEntryNode(Inverse<MachineBasicBlock *> G) {
725 static NodeType *getEntryNode(Inverse<const MachineBasicBlock*> G) {
ScheduleDAG.h 652 static inline NodeType *getEntryNode(SUnit *N) { return N; }
SelectionDAGNodes.h     [all...]
  /external/clang/include/clang/Analysis/Analyses/
Dominators.h 174 static NodeType *getEntryNode(NodeType *N) {
187 return df_begin(getEntryNode(N));
191 return df_end(getEntryNode(N));
197 static NodeType *getEntryNode(::clang::DominatorTree *DT) {
202 return df_begin(getEntryNode(N));
206 return df_end(getEntryNode(N));
  /external/clang/include/clang/Analysis/
CallGraph.h 178 static NodeType *getEntryNode(clang::CallGraphNode *CGN) { return CGN; }
194 static NodeType *getEntryNode(const clang::CallGraphNode *CGN) { return CGN; }
202 static NodeType *getEntryNode(clang::CallGraph *CGN) {
227 static NodeType *getEntryNode(const clang::CallGraph *CGN) {
CFG.h 869 static NodeType* getEntryNode(::clang::CFGBlock *BB)
883 static NodeType* getEntryNode(const clang::CFGBlock *BB)
897 static NodeType *getEntryNode(Inverse< ::clang::CFGBlock*> G)
911 static NodeType *getEntryNode(Inverse<const ::clang::CFGBlock*> G)
    [all...]
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 327 ArgumentGraphNode *getEntryNode() { return &SyntheticRoot; }
384 static inline NodeType *getEntryNode(NodeType *A) { return A; }
394 static NodeType *getEntryNode(ArgumentGraph *AG) {
395 return AG->getEntryNode();
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 449 static inline NodeType* getEntryNode(NodeType* N) {
475 static inline NodeType* getEntryNode(NodeType* N) {

Completed in 4707 milliseconds