Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DHardwareLoops.h27 std::optional<bool> ForceGuard; member
50 ForceGuard = Force; in setForceGuard()
60 return ForceGuard.has_value() && ForceGuard.value(); in getForceGuard()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp462 if (Opts.ForceGuard) in InitLoopCount()