Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp53 ForceHardwareLoops("force-hardware-loops", cl::Hidden, cl::init(false), variable
251 if (ForceHardwareLoops.getNumOccurrences()) in runOnFunction()
252 Opts.setForce(ForceHardwareLoops); in runOnFunction()