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.cpp302 bool UseCompressedBr = false; in expandLongCondBr() local
306 UseCompressedBr = true; in expandLongCondBr()
310 UseCompressedBr = true; in expandLongCondBr()
315 if (UseCompressedBr) { in expandLongCondBr()