Searched refs:OperandsToInstrument (Results 1 – 3 of 3) sorted by relevance
1603 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in sanitizeFunction() local1617 getInterestingMemoryOperands(ORE, &Inst, TLI, OperandsToInstrument); in sanitizeFunction()1638 if (SInfo.AllocasToInstrument.empty() && OperandsToInstrument.empty() && in sanitizeFunction()1678 for (auto &Operand : OperandsToInstrument) in sanitizeFunction()
3041 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in instrumentFunction() local3075 OperandsToInstrument.push_back(Operand); in instrumentFunction()3102 OperandsToInstrument.size() + IntrinToInstrument.size() > in instrumentFunction()3109 for (auto &Operand : OperandsToInstrument) { in instrumentFunction()
1279 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in run() local1283 llvm::append_range(OperandsToInstrument, InterestingOperands); in run()1285 for (auto &Operand : OperandsToInstrument) { in run()