Searched refs:IsZeroInit (Results 1 – 4 of 4) sorted by relevance
663 bool IsZeroInit = isZeroInit(Section); in emitSection() local686 if (!IsVirtual && !IsZeroInit) { in emitSection()714 if (IsZeroInit || IsVirtual) in emitSection()
783 bool IsZeroInit = isZeroInit(Section); in emitSection() local812 if (!IsVirtual && !IsZeroInit) { in emitSection()844 if (IsZeroInit || IsVirtual) in emitSection()
797 bool IsZeroInit = isZeroInit(Section); in emitSection() local826 if (!IsVirtual && !IsZeroInit) { in emitSection()858 if (IsZeroInit || IsVirtual) in emitSection()
868 auto IsZeroInit = [](MachineInstr *Def) { in producesFalseLanesZero() local888 if (Def == &MI || FalseLanesZero.count(Def) || IsZeroInit(Def)) in producesFalseLanesZero()