Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp631 SmallVector<Instruction *, 16> ToInstrument; in instrumentFunction() local
637 ToInstrument.push_back(&Inst); in instrumentFunction()
641 if (ToInstrument.empty()) { in instrumentFunction()
651 for (auto *Inst : ToInstrument) { in instrumentFunction()