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()
160 SmallDenseSet<unsigned> RemoveIndices; in removeIncomingValueIf() local163 RemoveIndices.insert(Idx); in removeIncomingValueIf()165 if (RemoveIndices.empty()) in removeIncomingValueIf()170 return RemoveIndices.contains(U.getOperandNo()); in removeIncomingValueIf()178 return RemoveIndices.contains(&BB - block_begin()); in removeIncomingValueIf()181 setNumHungOffUseOperands(getNumOperands() - RemoveIndices.size()); in removeIncomingValueIf()