Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp3260 SmallVector<CallInst*, 16> VAStartInstrumentationList; member
3383 VAStartInstrumentationList.push_back(&I); in visitVAStartInst()
3395 if (!VAStartInstrumentationList.empty()) { in finalizeInstrumentation()
3409 for (size_t i = 0, n = VAStartInstrumentationList.size(); i < n; i++) { in finalizeInstrumentation()
3410 CallInst *OrigInst = VAStartInstrumentationList[i]; in finalizeInstrumentation()
3451 SmallVector<CallInst*, 16> VAStartInstrumentationList; member
3495 VAStartInstrumentationList.push_back(&I); in visitVAStartInst()
3507 VAStartInstrumentationList.push_back(&I); in visitVACopyInst()
3525 if (!VAStartInstrumentationList.empty()) { in finalizeInstrumentation()
3534 for (size_t i = 0, n = VAStartInstrumentationList.size(); i < n; i++) { in finalizeInstrumentation()
[all …]
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp2866 SmallVector<CallInst*, 16> VAStartInstrumentationList; member
2967 VAStartInstrumentationList.push_back(&I); in visitVAStartInst()
2993 if (!VAStartInstrumentationList.empty()) { in finalizeInstrumentation()
3007 for (size_t i = 0, n = VAStartInstrumentationList.size(); i < n; i++) { in finalizeInstrumentation()
3008 CallInst *OrigInst = VAStartInstrumentationList[i]; in finalizeInstrumentation()
3046 SmallVector<CallInst*, 16> VAStartInstrumentationList; member
3092 VAStartInstrumentationList.push_back(&I); in visitVAStartInst()
3117 if (!VAStartInstrumentationList.empty()) { in finalizeInstrumentation()
3126 for (size_t i = 0, n = VAStartInstrumentationList.size(); i < n; i++) { in finalizeInstrumentation()
3127 CallInst *OrigInst = VAStartInstrumentationList[i]; in finalizeInstrumentation()
[all …]