Searched refs:FnsToInstrument (Results 1 – 1 of 1) sorted by relevance
658 std::vector<Function *> FnsToInstrument; in runOnModule() local669 FnsToInstrument.push_back(&i); in runOnModule()692 FnsToInstrument.push_back(NewF); in runOnModule()703 for (std::vector<Function *>::iterator i = FnsToInstrument.begin(), in runOnModule()704 e = FnsToInstrument.end(); in runOnModule()780 size_t N = i - FnsToInstrument.begin(), in runOnModule()781 Count = e - FnsToInstrument.begin(); in runOnModule()782 FnsToInstrument.push_back(&F); in runOnModule()783 i = FnsToInstrument.begin() + N; in runOnModule()784 e = FnsToInstrument.begin() + Count; in runOnModule()[all …]