Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3343 SmallVectorImpl<Instruction *> &InitInsts) { in findStoresToUninstrumentedArgAllocas() argument
3378 InitInsts.push_back(cast<Instruction>(Val)); in findStoresToUninstrumentedArgAllocas()
3379 InitInsts.push_back(Store); in findStoresToUninstrumentedArgAllocas()