Searched refs:OperandsToInstrument (Results 1 – 2 of 2) sorted by relevance
1575 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in sanitizeFunction() local1589 getInterestingMemoryOperands(ORE, &Inst, TLI, OperandsToInstrument); in sanitizeFunction()1610 if (SInfo.AllocasToInstrument.empty() && OperandsToInstrument.empty() && in sanitizeFunction()1657 for (auto &Operand : OperandsToInstrument) in sanitizeFunction()
2984 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in instrumentFunction() local3018 OperandsToInstrument.push_back(Operand); in instrumentFunction()3045 OperandsToInstrument.size() + IntrinToInstrument.size() > in instrumentFunction()3054 for (auto &Operand : OperandsToInstrument) { in instrumentFunction()