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