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