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

/freebsd-10-stable/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.h260 static NodeType *getEntryNode(BasicBlock *BB) { return BB; } function in struct:llvm::GraphTraits
273 static NodeType *getEntryNode(const BasicBlock *BB) { return BB; } function in struct:llvm::GraphTraits
291 static NodeType *getEntryNode(Inverse<BasicBlock *> G) { return G.Graph; } function in struct:llvm::GraphTraits
303 static NodeType *getEntryNode(Inverse<const BasicBlock*> G) { function in struct:llvm::GraphTraits
325 static NodeType *getEntryNode(Function *F) { return &F->getEntryBlock(); } function in struct:llvm::GraphTraits
335 static NodeType *getEntryNode(const Function *F) {return &F->getEntryBlock();} function in struct:llvm::GraphTraits
352 static NodeType *getEntryNode(Inverse<Function*> G) { function in struct:llvm::GraphTraits
358 static NodeType *getEntryNode(Inverse<const Function *> G) { function in struct:llvm::GraphTraits
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DGraphTraits.h91 static NodeType *getEntryNode(Inverse<Inverse<T> > *G) { function in struct:llvm::GraphTraits
/freebsd-10-stable/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-stable/contrib/llvm/include/llvm/Analysis/
H A DPostDominators.h93 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.h316 static NodeType *getEntryNode(CallGraphNode *CGN) { return CGN; } function in struct:GraphTraits
337 static NodeType *getEntryNode(const CallGraphNode *CGN) { return CGN; } function in struct:GraphTraits
343 static NodeType *getEntryNode(CallGraph *CGN) { function in struct:GraphTraits
365 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.h717 static NodeType *getEntryNode(const Loop *L) { return L; } function in struct:llvm::GraphTraits
730 static NodeType *getEntryNode(Loop *L) { return L; } function in struct:llvm::GraphTraits
H A DDominators.h901 static NodeType *getEntryNode(NodeType *N) { function in struct:llvm::GraphTraits
924 static NodeType *getEntryNode(DominatorTree *DT) { function in struct:llvm::GraphTraits
/freebsd-10-stable/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.h485 static NodeType *getEntryNode(const MachineFunction *F) { function in struct:llvm::GraphTraits
510 static NodeType *getEntryNode(Inverse<MachineFunction*> G) { function in struct:llvm::GraphTraits
516 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.h652 static inline NodeType *getEntryNode(SUnit *N) { return N; } function in struct:llvm::SUnit::GraphTraits
H A DSelectionDAG.h336 SDValue getEntryNode() const { function in class:llvm::SelectionDAG
H A DSelectionDAGNodes.h1865 static inline NodeType *getEntryNode(SDNode *N) { return N; } function in struct:GraphTraits
/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp55 static inline const NodeType *getEntryNode(const BlockFrequencyInfo *G) { function in struct:llvm::GraphTraits
/freebsd-10-stable/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-stable/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.h901 static NodeType* getEntryNode(::clang::CFGBlock *BB) function in struct:clang::llvm::GraphTraits
915 static NodeType* getEntryNode(const clang::CFGBlock *BB) function in struct:clang::llvm::GraphTraits
929 static NodeType *getEntryNode(Inverse< ::clang::CFGBlock*> G) function in struct:clang::llvm::GraphTraits
943 static NodeType *getEntryNode(Inverse<const ::clang::CFGBlock*> G) function in struct:clang::llvm::GraphTraits
960 static NodeType *getEntryNode(::clang::CFG* F) { return &F->getEntry(); } function in struct:clang::llvm::GraphTraits
971 static NodeType *getEntryNode( const ::clang::CFG* F) { function in struct:clang::llvm::GraphTraits
990 static NodeType *getEntryNode( ::clang::CFG* F) { return &F->getExit(); } function in struct:clang::llvm::GraphTraits
1000 static NodeType *getEntryNode(const ::clang::CFG* F) { return &F->getExit(); } function in struct:clang::llvm::GraphTraits
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp328 ArgumentGraphNode *getEntryNode() { return &SyntheticRoot; } function in class:__anon2712::ArgumentGraph
386 static inline NodeType *getEntryNode(NodeType *A) { return A; } function in struct:llvm::GraphTraits
396 static NodeType *getEntryNode(ArgumentGraph *AG) { function in struct:llvm::GraphTraits
/freebsd-10-stable/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 533 milliseconds