Searched refs:visitForStmt (Results 1 – 2 of 2) sorted by relevance
205 bool visitForStmt(const ForStmt *S);
4183 return visitForStmt(cast<ForStmt>(S)); in visitStmt()4404 bool Compiler<Emitter>::visitForStmt(const ForStmt *S) { in visitForStmt() function in Compiler