Searched refs:InstrumentationList (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp508 SmallVector<ShadowOriginAndInsertPoint, 16> InstrumentationList; member in struct:__anon2745::MemorySanitizerVisitor
579 for (size_t i = 0, n = InstrumentationList.size(); i < n; i++) {
580 Value *Shadow = InstrumentationList[i].Shadow;
581 Instruction *OrigIns = InstrumentationList[i].OrigIns;
598 Value *Origin = InstrumentationList[i].Origin;
969 InstrumentationList.push_back(

Completed in 63 milliseconds