Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4937 SmallVector<CallInst *, 16> VAStartInstrumentationList; member
5005 VAStartInstrumentationList.push_back(&I); in visitVAStartInst()
5172 if (!VAStartInstrumentationList.empty()) { in finalizeInstrumentation()
5200 for (CallInst *OrigInst : VAStartInstrumentationList) { in finalizeInstrumentation()
5292 if (!VAStartInstrumentationList.empty()) { in finalizeInstrumentation()
5309 for (CallInst *OrigInst : VAStartInstrumentationList) { in finalizeInstrumentation()
5458 if (!VAStartInstrumentationList.empty()) { in finalizeInstrumentation()
5483 for (CallInst *OrigInst : VAStartInstrumentationList) { in finalizeInstrumentation()
5675 if (!VAStartInstrumentationList.empty()) { in finalizeInstrumentation()
5693 for (CallInst *OrigInst : VAStartInstrumentationList) { in finalizeInstrumentation()
[all …]