Searched refs:SubS (Results 1 – 1 of 1) sorted by relevance
1051 const Stmt *SubS) { in isContainedByStmt() argument1052 while (SubS) { in isContainedByStmt()1053 if (SubS == S) in isContainedByStmt()1055 SubS = PM.getParent(SubS); in isContainedByStmt()