Searched refs:OperandsToInstrument (Results 1 – 2 of 2) sorted by relevance
1421 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in sanitizeFunction() local1435 getInterestingMemoryOperands(&Inst, OperandsToInstrument); in sanitizeFunction()1459 if (SInfo.AllocasToInstrument.empty() && OperandsToInstrument.empty() && in sanitizeFunction()1494 for (auto &Operand : OperandsToInstrument) in sanitizeFunction()
2660 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in instrumentFunction() local2694 OperandsToInstrument.push_back(Operand); in instrumentFunction()2721 OperandsToInstrument.size() + IntrinToInstrument.size() > in instrumentFunction()2730 for (auto &Operand : OperandsToInstrument) { in instrumentFunction()