Searched refs:VAStartInstrumentationList (Results 1 – 2 of 2) sorted by relevance
3260 SmallVector<CallInst*, 16> VAStartInstrumentationList; member3383 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; member3495 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 …]
2866 SmallVector<CallInst*, 16> VAStartInstrumentationList; member2967 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; member3092 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 …]