Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3017 SmallVectorImpl<Instruction *> &InitInsts) { in findStoresToUninstrumentedArgAllocas() argument
3052 InitInsts.push_back(cast<Instruction>(Val)); in findStoresToUninstrumentedArgAllocas()
3053 InitInsts.push_back(Store); in findStoresToUninstrumentedArgAllocas()