Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp119 static const int kSetTagLoopThreshold = 176; variable
184 kSetTagLoopThreshold >= 0 && (int)ObjSize >= kSetTagLoopThreshold; in EmitTargetCodeForSetTag()
H A DAArch64FrameLowering.cpp3587 const int kSetTagLoopThreshold = 176; in emitCode() local
3588 if (Size < kSetTagLoopThreshold) { in emitCode()