Home
last modified time | relevance | path

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

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