Searched refs:IsZeroInit (Results 1 – 2 of 2) sorted by relevance
811 bool IsZeroInit = isZeroInit(Section); in emitSection() local842 if (!IsVirtual && !IsZeroInit) { in emitSection()881 if (IsZeroInit || IsVirtual) in emitSection()
891 auto IsZeroInit = [](MachineInstr *Def) { in producesFalseLanesZero() local915 if (Def == &MI || FalseLanesZero.count(Def) || IsZeroInit(Def)) in producesFalseLanesZero()