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 DMemProfInstrumentation.cpp616 SmallVector<Instruction *, 16> ToInstrument; in instrumentFunction() local
622 ToInstrument.push_back(&Inst); in instrumentFunction()
626 if (ToInstrument.empty()) { in instrumentFunction()
636 for (auto *Inst : ToInstrument) { in instrumentFunction()