Searched refs:FnsToInstrument (Results 1 – 1 of 1) sorted by relevance
1410 std::vector<Function *> FnsToInstrument; in runImpl() local1414 FnsToInstrument.push_back(&F); in runImpl()1440 FnsToInstrument.push_back(NewF); in runImpl()1450 FE = FnsToInstrument.end(); in runImpl()1535 size_t N = FI - FnsToInstrument.begin(), in runImpl()1536 Count = FE - FnsToInstrument.begin(); in runImpl()1537 FnsToInstrument.push_back(&F); in runImpl()1538 FI = FnsToInstrument.begin() + N; in runImpl()1539 FE = FnsToInstrument.begin() + Count; in runImpl()1549 for (Function *F : FnsToInstrument) { in runImpl()[all …]