Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp565 SmallVector<Instruction *, 16> ToInstrument; in instrumentFunction() local
571 ToInstrument.push_back(&Inst); in instrumentFunction()
575 if (ToInstrument.empty()) { in instrumentFunction()
585 for (auto *Inst : ToInstrument) { in instrumentFunction()