Searched refs:SubS (Results 1 – 1 of 1) sorted by relevance
1023 const Stmt *SubS) { in isContainedByStmt() argument1024 while (SubS) { in isContainedByStmt()1025 if (SubS == S) in isContainedByStmt()1027 SubS = PM.getParent(SubS); in isContainedByStmt()