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

/macosx-10.9.5/llvmCore-3425.0.33/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.h252 static NodeType *getEntryNode(BasicBlock *BB) { return BB; } function in struct:llvm::GraphTraits
265 static NodeType *getEntryNode(const BasicBlock *BB) { return BB; } function in struct:llvm::GraphTraits
283 static NodeType *getEntryNode(Inverse<BasicBlock *> G) { return G.Graph; } function in struct:llvm::GraphTraits
295 static NodeType *getEntryNode(Inverse<const BasicBlock*> G) { function in struct:llvm::GraphTraits
317 static NodeType *getEntryNode(Function *F) { return &F->getEntryBlock(); } function in struct:llvm::GraphTraits
327 static NodeType *getEntryNode(const Function *F) {return &F->getEntryBlock();} function in struct:llvm::GraphTraits
344 static NodeType *getEntryNode(Inverse<Function*> G) { function in struct:llvm::GraphTraits
350 static NodeType *getEntryNode(Inverse<const Function *> G) { function in struct:llvm::GraphTraits
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DGraphTraits.h91 static NodeType *getEntryNode(Inverse<Inverse<T> > *G) { function in struct:llvm::GraphTraits
/macosx-10.9.5/llvmCore-3425.0.33/unittests/ADT/
H A DSCCIteratorTest.cpp237 static inline NodeType *getEntryNode(const Graph<N> &G) { return G.AccessNode(0); } function in struct:llvm::GraphTraits
/macosx-10.9.5/llvmCore-3425.0.33/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.h676 static NodeType *getEntryNode(const Loop *L) { return L; } function in struct:llvm::GraphTraits
689 static NodeType *getEntryNode(Loop *L) { return L; } function in struct:llvm::GraphTraits
H A DDominators.h882 static NodeType *getEntryNode(NodeType *N) { function in struct:llvm::GraphTraits
905 static NodeType *getEntryNode(DominatorTree *DT) { function in struct:llvm::GraphTraits
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DMachineDominators.h183 static NodeType *getEntryNode(NodeType *N) { function in struct:llvm::GraphTraits
196 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.h453 static NodeType *getEntryNode(const MachineFunction *F) { function in struct:llvm::GraphTraits
478 static NodeType *getEntryNode(Inverse<MachineFunction*> G) { function in struct:llvm::GraphTraits
484 static NodeType *getEntryNode(Inverse<const MachineFunction *> G) { function in struct:llvm::GraphTraits
H A DMachineBasicBlock.h645 static NodeType *getEntryNode(MachineBasicBlock *BB) { return BB; } function in struct:llvm::GraphTraits
658 static NodeType *getEntryNode(const MachineBasicBlock *BB) { return BB; } function in struct:llvm::GraphTraits
676 static NodeType *getEntryNode(Inverse<MachineBasicBlock *> G) { function in struct:llvm::GraphTraits
690 static NodeType *getEntryNode(Inverse<const MachineBasicBlock*> G) { function in struct:llvm::GraphTraits
H A DScheduleDAG.h631 static inline NodeType *getEntryNode(SUnit *N) { return N; } function in struct:llvm::GraphTraits
H A DSelectionDAG.h293 SDValue getEntryNode() const { function in class:llvm::SelectionDAG
H A DSelectionDAGNodes.h1796 static inline NodeType *getEntryNode(SDNode *N) { return N; } function in struct:llvm::SDNode::GraphTraits
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/IPO/
H A DFunctionAttrs.cpp260 ArgumentGraphNode *getEntryNode() { return &SyntheticRoot; } function in class:__anon10532::ArgumentGraph
317 static inline NodeType *getEntryNode(NodeType *A) { return A; } function in struct:llvm::GraphTraits
327 static NodeType *getEntryNode(ArgumentGraph *AG) { function in struct:llvm::GraphTraits

Completed in 199 milliseconds