Searched refs:SubS (Results 1 – 2 of 2) sorted by relevance
1335 static bool isContainedByStmt(ParentMap &PM, const Stmt *S, const Stmt *SubS) { in isContainedByStmt() argument1336 while (SubS) { in isContainedByStmt()1337 if (SubS == S) in isContainedByStmt()1339 SubS = PM.getParent(SubS); in isContainedByStmt()
166 V(SubS) \2873 DECLARE_CONCRETE_INSTRUCTION(SubS, "sub-s")