Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp801 bool IsZeroInit = isZeroInit(Section); in emitSection() local
830 if (!IsVirtual && !IsZeroInit) { in emitSection()
862 if (IsZeroInit || IsVirtual) in emitSection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp871 auto IsZeroInit = [](MachineInstr *Def) { in producesFalseLanesZero() local
891 if (Def == &MI || FalseLanesZero.count(Def) || IsZeroInit(Def)) in producesFalseLanesZero()