Searched refs:FnsToInstrument (Results 1 – 1 of 1) sorted by relevance
764 std::vector<Function *> FnsToInstrument; in runOnModule() local775 FnsToInstrument.push_back(&i); in runOnModule()798 FnsToInstrument.push_back(NewF); in runOnModule()808 for (std::vector<Function *>::iterator i = FnsToInstrument.begin(), in runOnModule()809 e = FnsToInstrument.end(); in runOnModule()893 size_t N = i - FnsToInstrument.begin(), in runOnModule()894 Count = e - FnsToInstrument.begin(); in runOnModule()895 FnsToInstrument.push_back(&F); in runOnModule()896 i = FnsToInstrument.begin() + N; in runOnModule()897 e = FnsToInstrument.begin() + Count; in runOnModule()[all …]