Searched refs:SubS (Results 1 – 1 of 1) sorted by relevance
1034 const Stmt *SubS) { in isContainedByStmt() argument1035 while (SubS) { in isContainedByStmt()1036 if (SubS == S) in isContainedByStmt()1038 SubS = PM.getParent(SubS); in isContainedByStmt()