Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp1981 bool IsLastDef = PHIInfo.getNumSources(DestReg) == 1; in insertChainedPHI() local
1984 SourceReg, IsLastDef); in insertChainedPHI()
1987 if (IsLastDef) { in insertChainedPHI()