Searched refs:PHIIndices (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUMachineCFGStructurizer.cpp | 1113 bool shrinkPHI(MachineInstr &PHI, SmallVector<unsigned, 2> &PHIIndices, 1118 SmallVector<unsigned, 2> &PHIIndices, unsigned *ReplaceReg); 1446 SmallVector<unsigned, 2> &PHIIndices, in shrinkPHI() argument 1448 return shrinkPHI(PHI, 0, nullptr, PHIIndices, ReplaceReg); in shrinkPHI() 1454 SmallVector<unsigned, 2> &PHIIndices, in shrinkPHI() argument 1465 if (!isPHIRegionIndex(PHIIndices, i)) { in shrinkPHI() 1494 if (isPHIRegionIndex(PHIIndices, i)) { in shrinkPHI()
|