Searched refs:ToInstrument (Results 1 – 1 of 1) sorted by relevance
1603 SmallVector<Instruction *, 16> ToInstrument; in runOnFunction() local1641 ToInstrument.push_back(&Inst); in runOnFunction()1650 ToInstrument.size() > (unsigned)ClInstrumentationWithCallsThreshold); in runOnFunction()1659 for (auto Inst : ToInstrument) { in runOnFunction()