Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp872 auto IsZeroInit = [](MachineInstr *Def) { in producesFalseLanesZero() local
892 if (Def == &MI || FalseLanesZero.count(Def) || IsZeroInit(Def)) in producesFalseLanesZero()