Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp955 SmallVector<Instruction*, 16> ToInstrument; in runOnFunction() local
983 ToInstrument.push_back(&Inst); in runOnFunction()
987 if (AllocasToInstrument.empty() && ToInstrument.empty()) in runOnFunction()
1010 for (auto Inst : ToInstrument) in runOnFunction()
H A DAddressSanitizer.cpp2527 SmallVector<Instruction *, 16> ToInstrument; in runOnFunction() local
2578 ToInstrument.push_back(&Inst); in runOnFunction()
2586 ToInstrument.size() > (unsigned)ClInstrumentationWithCallsThreshold); in runOnFunction()
2594 for (auto Inst : ToInstrument) { in runOnFunction()