Searched refs:DupIndices (Results 1 – 1 of 1) sorted by relevance
330 SmallVector<int, 4> DupIndices; in canonicalizePHIOperands() local342 DupIndices.push_back(OpIdx); in canonicalizePHIOperands()355 while (!DupIndices.empty()) { in canonicalizePHIOperands()356 int OpIdx = DupIndices.pop_back_val(); in canonicalizePHIOperands()