Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp62 ForceNestedLoop("force-nested-hardware-loop", cl::Hidden, cl::init(false), variable
255 if (ForceNestedLoop.getNumOccurrences()) in runOnFunction()
256 Opts.setForceNested(ForceNestedLoop); in runOnFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp125 bool ForceNestedLoop, in isHardwareLoopCandidate() argument
153 if (!IsNestingLegal && LI.getLoopFor(BB) != L && !ForceNestedLoop) in isHardwareLoopCandidate()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h115 DominatorTree &DT, bool ForceNestedLoop = false,