Searched refs:PHINonRegionIndices (Results 1 – 1 of 1) sorted by relevance
1102 SmallVector<unsigned, 2> &PHINonRegionIndices);1378 SmallVector<unsigned, 2> &PHINonRegionIndices) { in getPHINonRegionIndices() argument1383 PHINonRegionIndices.push_back(i); in getPHINonRegionIndices()1648 SmallVector<unsigned, 2> PHINonRegionIndices; in rewriteRegionEntryPHI() local1649 getPHINonRegionIndices(Region, PHI, PHINonRegionIndices); in rewriteRegionEntryPHI()1651 storePHILinearizationInfo(PHI, &PHINonRegionIndices); in rewriteRegionEntryPHI()1652 replaceEntryPHI(PHI, LinearizedSourceReg, IfMBB, PHINonRegionIndices); in rewriteRegionEntryPHI()