Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp706 SmallVector<AllocaInst*, 8> AllocasToInstrument; in runOnFunction() local
718 AllocasToInstrument.push_back(AI); in runOnFunction()
737 if (!AllocasToInstrument.empty()) in runOnFunction()
738 Changed |= instrumentStack(AllocasToInstrument, RetVec); in runOnFunction()