Lines Matching refs:FnsToInstrument
1370 std::vector<Function *> FnsToInstrument; in runImpl() local
1376 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()
1422 for (std::vector<Function *>::iterator FI = FnsToInstrument.begin(), in runImpl()
1423 FE = FnsToInstrument.end(); in runImpl()
1507 size_t N = FI - FnsToInstrument.begin(), in runImpl()
1508 Count = FE - FnsToInstrument.begin(); 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()
1592 return Changed || !FnsToInstrument.empty() || in runImpl()