Searched refs:RemoveIndices (Results 1 – 2 of 2) sorted by relevance
327 std::set<size_t> RemoveIndices; in SetCoverMerge() local346 RemoveIndices.insert(i); in SetCoverMerge()359 for (const auto &i : RemoveIndices) in SetCoverMerge()
150 SmallDenseSet<unsigned> RemoveIndices; in removeIncomingValueIf() local153 RemoveIndices.insert(Idx); in removeIncomingValueIf()155 if (RemoveIndices.empty()) in removeIncomingValueIf()160 return RemoveIndices.contains(U.getOperandNo()); in removeIncomingValueIf()168 return RemoveIndices.contains(&BB - block_begin()); in removeIncomingValueIf()171 setNumHungOffUseOperands(getNumOperands() - RemoveIndices.size()); in removeIncomingValueIf()