Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUMachineCFGStructurizer.cpp1102 SmallVector<unsigned, 2> &PHINonRegionIndices);
1378 SmallVector<unsigned, 2> &PHINonRegionIndices) { in getPHINonRegionIndices() argument
1383 PHINonRegionIndices.push_back(i); in getPHINonRegionIndices()
1648 SmallVector<unsigned, 2> PHINonRegionIndices; in rewriteRegionEntryPHI() local
1649 getPHINonRegionIndices(Region, PHI, PHINonRegionIndices); in rewriteRegionEntryPHI()
1651 storePHILinearizationInfo(PHI, &PHINonRegionIndices); in rewriteRegionEntryPHI()
1652 replaceEntryPHI(PHI, LinearizedSourceReg, IfMBB, PHINonRegionIndices); in rewriteRegionEntryPHI()