Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp2139 std::vector<Instruction *> InstsToDel; in removePseudoProbeInstsDiscriminator() local
2143 InstsToDel.push_back(&I); in removePseudoProbeInstsDiscriminator()
2158 for (auto *I : InstsToDel) in removePseudoProbeInstsDiscriminator()