Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp811 bool IsZeroInit = isZeroInit(Section); in emitSection() local
842 if (!IsVirtual && !IsZeroInit) { in emitSection()
881 if (IsZeroInit || IsVirtual) in emitSection()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp891 auto IsZeroInit = [](MachineInstr *Def) { in producesFalseLanesZero() local
915 if (Def == &MI || FalseLanesZero.count(Def) || IsZeroInit(Def)) in producesFalseLanesZero()