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