Searched refs:OperandsToInstrument (Results 1 – 2 of 2) sorted by relevance
1494 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in sanitizeFunction() local1508 getInterestingMemoryOperands(&Inst, TLI, OperandsToInstrument); in sanitizeFunction()1529 if (SInfo.AllocasToInstrument.empty() && OperandsToInstrument.empty() && in sanitizeFunction()1568 for (auto &Operand : OperandsToInstrument) in sanitizeFunction()
2888 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in instrumentFunction() local2922 OperandsToInstrument.push_back(Operand); in instrumentFunction()2949 OperandsToInstrument.size() + IntrinToInstrument.size() > in instrumentFunction()2958 for (auto &Operand : OperandsToInstrument) { in instrumentFunction()