Searched refs:InterestingOperands (Results 1 – 1 of 1) sorted by relevance
3000 SmallVector<InterestingMemoryOperand, 1> InterestingOperands; in instrumentFunction() local3001 getInterestingMemoryOperands(&Inst, InterestingOperands); in instrumentFunction()3003 if (!InterestingOperands.empty()) { in instrumentFunction()3004 for (auto &Operand : InterestingOperands) { in instrumentFunction()