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