Searched refs:FnsToInstrument (Results 1 – 1 of 1) sorted by relevance
1539 std::vector<Function *> FnsToInstrument; in runImpl() local1546 FnsToInstrument.push_back(&F); in runImpl()1556 llvm::erase(FnsToInstrument, F); in runImpl()1581 FnsToInstrument.push_back(NewF); in runImpl()1672 size_t N = FI - FnsToInstrument.begin(), in runImpl()1673 Count = FE - FnsToInstrument.begin(); in runImpl()1674 FnsToInstrument.push_back(&F); in runImpl()1675 FI = FnsToInstrument.begin() + N; in runImpl()1676 FE = FnsToInstrument.begin() + Count; in runImpl()1686 for (Function *F : FnsToInstrument) { in runImpl()[all …]