Searched refs:OperandsToInstrument (Results 1 – 2 of 2) sorted by relevance
1415 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in sanitizeFunction() local1428 getInterestingMemoryOperands(&Inst, OperandsToInstrument); in sanitizeFunction()1452 if (SInfo.AllocasToInstrument.empty() && OperandsToInstrument.empty() && in sanitizeFunction()1487 for (auto &Operand : OperandsToInstrument) in sanitizeFunction()
2712 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in instrumentFunction() local2746 OperandsToInstrument.push_back(Operand); in instrumentFunction()2773 OperandsToInstrument.size() + IntrinToInstrument.size() > in instrumentFunction()2782 for (auto &Operand : OperandsToInstrument) { in instrumentFunction()