Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp126 bool ForceNestedLoop, in isHardwareLoopCandidate() argument
154 if (!IsNestingLegal && LI.getLoopFor(BB) != L && !ForceNestedLoop) in isHardwareLoopCandidate()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h116 DominatorTree &DT, bool ForceNestedLoop = false,