Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.h344 bool enableLongBranchPass() const { in enableLongBranchPass() function
H A DMipsTargetMachine.cpp229 EnableTailMerge = !getMipsSubtarget().enableLongBranchPass(); in MipsPassConfig()
H A DMipsBranchExpansion.cpp816 if (STI->inMips16Mode() || !STI->enableLongBranchPass()) in handlePossibleLongBranch()