Home | History | Annotate | Download | only in Support

Lines Matching refs:NodeType

243   typedef BasicBlock NodeType;
246 static NodeType *getEntryNode(BasicBlock *BB) { return BB; }
247 static inline ChildIteratorType child_begin(NodeType *N) {
250 static inline ChildIteratorType child_end(NodeType *N) {
256 typedef const BasicBlock NodeType;
259 static NodeType *getEntryNode(const BasicBlock *BB) { return BB; }
261 static inline ChildIteratorType child_begin(NodeType *N) {
264 static inline ChildIteratorType child_end(NodeType *N) {
275 typedef BasicBlock NodeType;
277 static NodeType *getEntryNode(Inverse<BasicBlock *> G) { return G.Graph; }
278 static inline ChildIteratorType child_begin(NodeType *N) {
281 static inline ChildIteratorType child_end(NodeType *N) {
287 typedef const BasicBlock NodeType;
289 static NodeType *getEntryNode(Inverse<const BasicBlock*> G) {
292 static inline ChildIteratorType child_begin(NodeType *N) {
295 static inline ChildIteratorType child_end(NodeType *N) {
311 static NodeType *getEntryNode(Function *F) { return &F->getEntryBlock(); }
320 static NodeType *getEntryNode(const Function *F) {return &F->getEntryBlock();}
336 static NodeType *getEntryNode(Inverse<Function*> G) {
342 static NodeType *getEntryNode(Inverse<const Function *> G) {