Home
last modified time | relevance | path

Searched refs:InterestingOperands (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2904 SmallVector<InterestingMemoryOperand, 1> InterestingOperands; in instrumentFunction() local
2905 getInterestingMemoryOperands(&Inst, InterestingOperands); in instrumentFunction()
2907 if (!InterestingOperands.empty()) { in instrumentFunction()
2908 for (auto &Operand : InterestingOperands) { in instrumentFunction()