Home
last modified time | relevance | path

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

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