Searched refs:TheCFG (Results 1 – 1 of 1) sorted by relevance
176 static void addParentsForSyntheticStmts(const CFG *TheCFG, ParentMap &PM) { in addParentsForSyntheticStmts() argument177 if (!TheCFG) in addParentsForSyntheticStmts()180 for (CFG::synthetic_stmt_iterator I = TheCFG->synthetic_stmt_begin(), in addParentsForSyntheticStmts()181 E = TheCFG->synthetic_stmt_end(); in addParentsForSyntheticStmts()