Searched refs:visitDoStmt (Results 1 – 2 of 2) sorted by relevance
224 bool visitDoStmt(const DoStmt *S);
5274 return visitDoStmt(cast<DoStmt>(S)); in visitStmt()5497 template <class Emitter> bool Compiler<Emitter>::visitDoStmt(const DoStmt *S) { in visitDoStmt() function in Compiler