Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp44 static cl::opt<bool> EnableBSBSched("enable-bsb-sched", cl::Hidden, variable
155 UseBSBScheduling = hasV60Ops() && EnableBSBSched; in initializeSubtargetDependencies()
160 if (!EnableBSBSched.getPosition()) in initializeSubtargetDependencies()