Searched refs:VAStartInstrumentationList (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 2866 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 …]
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 4148 SmallVector<CallInst*, 16> VAStartInstrumentationList; member 4324 VAStartInstrumentationList.push_back(&I); in visitVAStartInst() 4336 if (!VAStartInstrumentationList.empty()) { in finalizeInstrumentation() 4356 for (size_t i = 0, n = VAStartInstrumentationList.size(); i < n; i++) { in finalizeInstrumentation() 4357 CallInst *OrigInst = VAStartInstrumentationList[i]; in finalizeInstrumentation() 4411 SmallVector<CallInst*, 16> VAStartInstrumentationList; member 4460 VAStartInstrumentationList.push_back(&I); in visitVAStartInst() 4472 VAStartInstrumentationList.push_back(&I); in visitVACopyInst() 4490 if (!VAStartInstrumentationList.empty()) { in finalizeInstrumentation() 4499 for (size_t i = 0, n = VAStartInstrumentationList.size(); i < n; i++) { in finalizeInstrumentation() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 3798 SmallVector<CallInst*, 16> VAStartInstrumentationList; member 3974 VAStartInstrumentationList.push_back(&I); in visitVAStartInst() 3986 if (!VAStartInstrumentationList.empty()) { in finalizeInstrumentation() 4006 for (size_t i = 0, n = VAStartInstrumentationList.size(); i < n; i++) { in finalizeInstrumentation() 4007 CallInst *OrigInst = VAStartInstrumentationList[i]; in finalizeInstrumentation() 4061 SmallVector<CallInst*, 16> VAStartInstrumentationList; member 4111 VAStartInstrumentationList.push_back(&I); in visitVAStartInst() 4123 VAStartInstrumentationList.push_back(&I); in visitVACopyInst() 4141 if (!VAStartInstrumentationList.empty()) { in finalizeInstrumentation() 4150 for (size_t i = 0, n = VAStartInstrumentationList.size(); i < n; i++) { in finalizeInstrumentation() [all …]
|