Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp623 SmallVector<Instruction *, 16> ToInstrument; in instrumentFunction() local
629 ToInstrument.push_back(&Inst); in instrumentFunction()
633 if (ToInstrument.empty()) { in instrumentFunction()
643 for (auto *Inst : ToInstrument) { in instrumentFunction()