Home
last modified time | relevance | path

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

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