Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCCodeEmitter.cpp252 bool UseCompressedBr = false; in expandLongCondBr() local
257 UseCompressedBr = true; in expandLongCondBr()
261 UseCompressedBr = true; in expandLongCondBr()
266 if (UseCompressedBr) { in expandLongCondBr()