Searched refs:PHINonRegionIndices (Results 1 – 1 of 1) sorted by relevance
1081 SmallVector<unsigned, 2> &PHINonRegionIndices);1348 SmallVector<unsigned, 2> &PHINonRegionIndices) { in getPHINonRegionIndices() argument1353 PHINonRegionIndices.push_back(i); in getPHINonRegionIndices()1612 SmallVector<unsigned, 2> PHINonRegionIndices; in rewriteRegionEntryPHI() local1613 getPHINonRegionIndices(Region, PHI, PHINonRegionIndices); in rewriteRegionEntryPHI()1615 storePHILinearizationInfo(PHI, &PHINonRegionIndices); in rewriteRegionEntryPHI()1616 replaceEntryPHI(PHI, LinearizedSourceReg, IfMBB, PHINonRegionIndices); in rewriteRegionEntryPHI()