Searched defs:ToInstrument (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1506 SmallVector<Instruction *, 16> ToInstrument; local
1544 ToInstrument.push_back(&Inst);
1552 ToInstrument.size() > (unsigned)ClInstrumentationWithCallsThreshold)
1563 for (auto Inst : ToInstrument) {

Completed in 48 milliseconds