Home
last modified time | relevance | path

Searched refs:PHINonRegionIndices (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp1081 SmallVector<unsigned, 2> &PHINonRegionIndices);
1348 SmallVector<unsigned, 2> &PHINonRegionIndices) { in getPHINonRegionIndices() argument
1353 PHINonRegionIndices.push_back(i); in getPHINonRegionIndices()
1612 SmallVector<unsigned, 2> PHINonRegionIndices; in rewriteRegionEntryPHI() local
1613 getPHINonRegionIndices(Region, PHI, PHINonRegionIndices); in rewriteRegionEntryPHI()
1615 storePHILinearizationInfo(PHI, &PHINonRegionIndices); in rewriteRegionEntryPHI()
1616 replaceEntryPHI(PHI, LinearizedSourceReg, IfMBB, PHINonRegionIndices); in rewriteRegionEntryPHI()