Searched refs:OperandsToInstrument (Results 1 – 2 of 2) sorted by relevance
1312 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in sanitizeFunction() local1343 getInterestingMemoryOperands(&Inst, OperandsToInstrument); in sanitizeFunction()1365 if (AllocasToInstrument.empty() && OperandsToInstrument.empty() && in sanitizeFunction()1447 for (auto &Operand : OperandsToInstrument) in sanitizeFunction()
2807 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in instrumentFunction() local2839 OperandsToInstrument.push_back(Operand); in instrumentFunction()2867 OperandsToInstrument.size() + IntrinToInstrument.size() > in instrumentFunction()2876 for (auto &Operand : OperandsToInstrument) { in instrumentFunction()