Searched refs:InstsToDel (Results 1 – 1 of 1) sorted by relevance
2130 std::vector<Instruction *> InstsToDel; in removePseudoProbeInsts() local2134 InstsToDel.push_back(&I); in removePseudoProbeInsts()2137 for (auto *I : InstsToDel) in removePseudoProbeInsts()