Searched refs:InterestingOperands (Results 1 – 2 of 2) sorted by relevance
1281 SmallVector<InterestingMemoryOperand, 1> InterestingOperands; in run() local1282 getInterestingMemoryOperands(M, Inst, InterestingOperands); in run()1283 llvm::append_range(OperandsToInstrument, InterestingOperands); in run()
3057 SmallVector<InterestingMemoryOperand, 1> InterestingOperands; in instrumentFunction() local3058 getInterestingMemoryOperands(&Inst, InterestingOperands); in instrumentFunction()3060 if (!InterestingOperands.empty()) { in instrumentFunction()3061 for (auto &Operand : InterestingOperands) { in instrumentFunction()