Searched refs:PHIIndices (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUMachineCFGStructurizer.cpp | 1094 bool shrinkPHI(MachineInstr &PHI, SmallVector<unsigned, 2> &PHIIndices, 1099 SmallVector<unsigned, 2> &PHIIndices, unsigned *ReplaceReg); 1414 SmallVector<unsigned, 2> &PHIIndices, in shrinkPHI() argument 1416 return shrinkPHI(PHI, 0, nullptr, PHIIndices, ReplaceReg); in shrinkPHI() 1422 SmallVector<unsigned, 2> &PHIIndices, in shrinkPHI() argument 1433 if (!isPHIRegionIndex(PHIIndices, i)) { in shrinkPHI() 1462 if (isPHIRegionIndex(PHIIndices, i)) { in shrinkPHI()
|