Searched refs:PHINonRegionIndices (Results 1 – 1 of 1) sorted by relevance
1086 SmallVector<unsigned, 2> &PHINonRegionIndices);1362 SmallVector<unsigned, 2> &PHINonRegionIndices) { in getPHINonRegionIndices() argument1367 PHINonRegionIndices.push_back(i); in getPHINonRegionIndices()1628 SmallVector<unsigned, 2> PHINonRegionIndices; in rewriteRegionEntryPHI() local1629 getPHINonRegionIndices(Region, PHI, PHINonRegionIndices); in rewriteRegionEntryPHI()1631 storePHILinearizationInfo(PHI, &PHINonRegionIndices); in rewriteRegionEntryPHI()1632 replaceEntryPHI(PHI, LinearizedSourceReg, IfMBB, PHINonRegionIndices); in rewriteRegionEntryPHI()