Searched refs:IsZeroInit (Results 1 – 2 of 2) sorted by relevance
801 bool IsZeroInit = isZeroInit(Section); in emitSection() local830 if (!IsVirtual && !IsZeroInit) { in emitSection()862 if (IsZeroInit || IsVirtual) in emitSection()
872 auto IsZeroInit = [](MachineInstr *Def) { in producesFalseLanesZero() local892 if (Def == &MI || FalseLanesZero.count(Def) || IsZeroInit(Def)) in producesFalseLanesZero()