Searched defs:getEntryNode (Results 1 - 22 of 22) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DDataFlow.h30 static NodeType *getEntryNode(const Value *G) { function in struct:llvm::GraphTraits
47 static NodeType *getEntryNode(Value *G) { function in struct:llvm::GraphTraits
64 static NodeType *getEntryNode(Inverse<const User*> G) { function in struct:llvm::GraphTraits
85 static NodeType *getEntryNode(Inverse<User*> G) { function in struct:llvm::GraphTraits
H A DCFG.h256 static NodeType *getEntryNode(BasicBlock *BB) { return BB; } function in struct:llvm::GraphTraits
269 static NodeType *getEntryNode(const BasicBlock *BB) { return BB; } function in struct:llvm::GraphTraits
287 static NodeType *getEntryNode(Inverse<BasicBlock *> G) { return G.Graph; } function in struct:llvm::GraphTraits
299 static NodeType *getEntryNode(Inverse<const BasicBlock*> G) { function in struct:llvm::GraphTraits
321 static NodeType *getEntryNode(Function *F) { return &F->getEntryBlock(); } function in struct:llvm::GraphTraits
331 static NodeType *getEntryNode(const Function *F) {return &F->getEntryBlock();} function in struct:llvm::GraphTraits
348 static NodeType *getEntryNode(Inverse<Function*> G) { function in struct:llvm::GraphTraits
354 static NodeType *getEntryNode(Inverse<const Function *> G) { function in struct:llvm::GraphTraits
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DGraphTraits.h91 static NodeType *getEntryNode(Inverse<Inverse<T> > *G) { function in struct:llvm::GraphTraits
/freebsd-10.0-release/contrib/llvm/tools/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
/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DPostDominators.h88 static NodeType *getEntryNode(PostDominatorTree *DT) { function in struct:llvm::GraphTraits
H A DInterval.h128 static NodeType *getEntryNode(Interval *I) { return I; } function in struct:llvm::GraphTraits
142 static NodeType *getEntryNode(Inverse<Interval *> G) { return G.Graph; } function in struct:llvm::GraphTraits
H A DCallGraph.h315 static NodeType *getEntryNode(CallGraphNode *CGN) { return CGN; } function in struct:GraphTraits
336 static NodeType *getEntryNode(const CallGraphNode *CGN) { return CGN; } function in struct:GraphTraits
342 static NodeType *getEntryNode(CallGraph *CGN) { function in struct:GraphTraits
364 static NodeType *getEntryNode(const CallGraph *CGN) { function in struct:GraphTraits
H A DRegionIterator.h329 static NodeType *getEntryNode(RegionInfo *RI) { function in struct:llvm::GraphTraits
[all...]
H A DLoopInfo.h686 static NodeType *getEntryNode(const Loop *L) { return L; } function in struct:llvm::GraphTraits
699 static NodeType *getEntryNode(Loop *L) { return L; } function in struct:llvm::GraphTraits
H A DDominators.h881 static NodeType *getEntryNode(NodeType *N) { function in struct:llvm::GraphTraits
904 static NodeType *getEntryNode(DominatorTree *DT) { function in struct:llvm::GraphTraits
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineDominators.h185 static NodeType *getEntryNode(NodeType *N) { function in struct:llvm::GraphTraits
198 static NodeType *getEntryNode(MachineDominatorTree *DT) { function in struct:llvm::GraphTraits
H A DMachineLoopInfo.h166 static NodeType *getEntryNode(const MachineLoop *L) { return L; } function in struct:llvm::GraphTraits
179 static NodeType *getEntryNode(MachineLoop *L) { return L; } function in struct:llvm::GraphTraits
H A DMachineFunction.h486 static NodeType *getEntryNode(const MachineFunction *F) { function in struct:llvm::GraphTraits
511 static NodeType *getEntryNode(Inverse<MachineFunction*> G) { function in struct:llvm::GraphTraits
517 static NodeType *getEntryNode(Inverse<const MachineFunction *> G) { function in struct:llvm::GraphTraits
H A DMachineBasicBlock.h680 static NodeType *getEntryNode(MachineBasicBlock *BB) { return BB; } function in struct:llvm::GraphTraits
693 static NodeType *getEntryNode(const MachineBasicBlock *BB) { return BB; } function in struct:llvm::GraphTraits
711 static NodeType *getEntryNode(Inverse<MachineBasicBlock *> G) { function in struct:llvm::GraphTraits
725 static NodeType *getEntryNode(Inverse<const MachineBasicBlock*> G) { function in struct:llvm::GraphTraits
H A DScheduleDAG.h671 static inline NodeType *getEntryNode(SUnit *N) { return N; } function in struct:llvm::GraphTraits
H A DSelectionDAG.h290 SDValue getEntryNode() const { function in class:llvm::SelectionDAG
H A DSelectionDAGNodes.h1773 static inline NodeType *getEntryNode(SDNode *N) { return N; } function in struct:llvm::SDNode::GraphTraits
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DDominators.h174 static NodeType *getEntryNode(NodeType *N) { function in struct:llvm::GraphTraits
197 static NodeType *getEntryNode(::clang::DominatorTree *DT) { function in struct:llvm::GraphTraits
/freebsd-10.0-release/contrib/llvm/tools/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.h859 static NodeType* getEntryNode(::clang::CFGBlock *BB) function in struct:clang::llvm::GraphTraits
873 static NodeType* getEntryNode(const clang::CFGBlock *BB) function in struct:clang::llvm::GraphTraits
887 static NodeType *getEntryNode(Inverse< ::clang::CFGBlock*> G) function in struct:clang::llvm::GraphTraits
901 static NodeType *getEntryNode(Inverse<const ::clang::CFGBlock*> G) function in struct:clang::llvm::GraphTraits
918 static NodeType *getEntryNode(::clang::CFG* F) { return &F->getEntry(); } function in struct:clang::llvm::GraphTraits
929 static NodeType *getEntryNode( const ::clang::CFG* F) { function in struct:clang::llvm::GraphTraits
948 static NodeType *getEntryNode( ::clang::CFG* F) { return &F->getExit(); } function in struct:clang::llvm::GraphTraits
958 static NodeType *getEntryNode(const ::clang::CFG* F) { return &F->getExit(); } function in struct:clang::llvm::GraphTraits
/freebsd-10.0-release/contrib/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp320 ArgumentGraphNode *getEntryNode() { return &SyntheticRoot; } function in class:__anon2573::ArgumentGraph
375 static inline NodeType *getEntryNode(NodeType *A) { return A; } function in struct:llvm::GraphTraits
385 static NodeType *getEntryNode(ArgumentGraph *AG) { function in struct:llvm::GraphTraits
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h449 static inline NodeType* getEntryNode(NodeType* N) { function in struct:llvm::GraphTraits
475 static inline NodeType* getEntryNode(NodeType* N) { function in struct:llvm::GraphTraits

Completed in 318 milliseconds