Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp197 static const int kSetTagLoopThreshold = 176; variable
262 kSetTagLoopThreshold >= 0 && (int)ObjSize >= kSetTagLoopThreshold; in EmitTargetCodeForSetTag()
H A DAArch64FrameLowering.cpp4380 const int kSetTagLoopThreshold = 176; in emitCode() local
4381 if (Size < kSetTagLoopThreshold) { in emitCode()