Searched refs:OperandsToInstrument (Results 1 – 2 of 2) sorted by relevance
1217 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in sanitizeFunction() local1244 getInterestingMemoryOperands(&Inst, OperandsToInstrument); in sanitizeFunction()1266 if (AllocasToInstrument.empty() && OperandsToInstrument.empty() && in sanitizeFunction()1346 for (auto &Operand : OperandsToInstrument) in sanitizeFunction()
2815 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in instrumentFunction() local2847 OperandsToInstrument.push_back(Operand); in instrumentFunction()2875 OperandsToInstrument.size() + IntrinToInstrument.size() > in instrumentFunction()2884 for (auto &Operand : OperandsToInstrument) { in instrumentFunction()