Lines Matching refs:FnsToInstrument
1410 std::vector<Function *> FnsToInstrument; in runImpl() local
1414 FnsToInstrument.push_back(&F); in runImpl()
1440 FnsToInstrument.push_back(NewF); in runImpl()
1449 for (std::vector<Function *>::iterator FI = FnsToInstrument.begin(), 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()
1619 return Changed || !FnsToInstrument.empty() || in runImpl()