Searched refs:bottomup (Results 1 – 11 of 11) sorted by relevance
15 public override IAstRuleReturnScope Bottomup() { return bottomup(); } 23 bottomup
16 public override IAstRuleReturnScope Bottomup() { return bottomup(); } 21 bottomup
126 bottomup();134 public void bottomup() throws RecognitionException {;} in bottomup() method in TreeFilter
112 public Object rule() throws RecognitionException { return bottomup(); }119 public Object bottomup() throws RecognitionException { return null; } in bottomup() method in TreeRewriter
92 aRuleSel = @selector(bottomup);112 aRuleSel = @selector(bottomup);226 return [self bottomup];239 - (id) bottomup
72 - (id) bottomup;
70 - (ANTLRTreeRewriter *) bottomup;
2 ; RUN: -misched=shuffle -misched-bottomup -verify-machineinstrs \
1 ; RUN: llc -march=x86-64 -mcpu=core2 -fast-isel -enable-misched -misched=shuffle -misched-bottomup …