Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp56 static const int kSetTagLoopThreshold = 176; variable
121 kSetTagLoopThreshold >= 0 && (int)ObjSize >= kSetTagLoopThreshold; in EmitTargetCodeForSetTag()
H A DAArch64FrameLowering.cpp3319 const int kSetTagLoopThreshold = 176; in emitCode() local
3320 if (Size < kSetTagLoopThreshold) { in emitCode()