VisitStmt 972 tools/gcmole/gcmole.cc Environment a_out = owner_->VisitStmt(a, in()); VisitStmt 973 tools/gcmole/gcmole.cc Environment b_out = owner_->VisitStmt(b, a_out); VisitStmt 974 tools/gcmole/gcmole.cc Environment c_out = owner_->VisitStmt(c, b_out); VisitStmt 979 tools/gcmole/gcmole.cc Environment a_out = owner_->VisitStmt(a, in()); VisitStmt 980 tools/gcmole/gcmole.cc Environment b_out = owner_->VisitStmt(b, a_out); VisitStmt 1020 tools/gcmole/gcmole.cc out = VisitStmt(*s, out); VisitStmt 1042 tools/gcmole/gcmole.cc Block block (VisitStmt(stmt->getInit(), env), this); VisitStmt 1052 tools/gcmole/gcmole.cc Environment cond_out = VisitStmt(stmt->getCond(), env); VisitStmt 1053 tools/gcmole/gcmole.cc Environment then_out = VisitStmt(stmt->getThen(), cond_out); VisitStmt 1054 tools/gcmole/gcmole.cc Environment else_out = VisitStmt(stmt->getElse(), cond_out); VisitStmt 1066 tools/gcmole/gcmole.cc Environment after_lhs = VisitStmt(stmt->getLHS(), in); VisitStmt 1067 tools/gcmole/gcmole.cc return VisitStmt(stmt->getSubStmt(), after_lhs); VisitStmt 1072 tools/gcmole/gcmole.cc return VisitStmt(stmt->getSubStmt(), in); VisitStmt 1123 tools/gcmole/gcmole.cc Environment out = var->hasInit() ? VisitStmt(var->getInit(), env) : env; VisitStmt 1164 tools/gcmole/gcmole.cc VisitStmt(body->getBody(), env);