Searched refs:FnsToInstrument (Results 1 – 1 of 1) sorted by relevance
1370 std::vector<Function *> FnsToInstrument; in runImpl() local1376 FnsToInstrument.push_back(&F); in runImpl()1386 FnsToInstrument.erase( in runImpl()1387 std::remove(FnsToInstrument.begin(), FnsToInstrument.end(), F), in runImpl()1388 FnsToInstrument.end()); in runImpl()1413 FnsToInstrument.push_back(NewF); in runImpl()1509 FnsToInstrument.push_back(&F); in runImpl()1510 FI = FnsToInstrument.begin() + N; in runImpl()1511 FE = FnsToInstrument.begin() + Count; in runImpl()1521 for (Function *F : FnsToInstrument) { in runImpl()[all …]