Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3070 SmallVectorImpl<Instruction *> &InitInsts) { in findStoresToUninstrumentedArgAllocas() argument
3105 InitInsts.push_back(cast<Instruction>(Val)); in findStoresToUninstrumentedArgAllocas()
3106 InitInsts.push_back(Store); in findStoresToUninstrumentedArgAllocas()