Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSwLowerLDS.cpp1281 SmallVector<InterestingMemoryOperand, 1> InterestingOperands; in run() local
1282 getInterestingMemoryOperands(M, Inst, InterestingOperands); in run()
1283 llvm::append_range(OperandsToInstrument, InterestingOperands); in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3057 SmallVector<InterestingMemoryOperand, 1> InterestingOperands; in instrumentFunction() local
3058 getInterestingMemoryOperands(&Inst, InterestingOperands); in instrumentFunction()
3060 if (!InterestingOperands.empty()) { in instrumentFunction()
3061 for (auto &Operand : InterestingOperands) { in instrumentFunction()