Searched refs:ForceNestedLoop (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | HardwareLoops.cpp | 60 ForceNestedLoop("force-nested-hardware-loop", cl::Hidden, cl::init(false), variable 278 return MadeChange && (!HWLoopInfo.IsNestingLegal && !ForceNestedLoop); in TryConvertLoop() 286 if (!HWLoopInfo.isHardwareLoopCandidate(*SE, *LI, *DT, ForceNestedLoop, in TryConvertLoop()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 108 bool ForceNestedLoop, in isHardwareLoopCandidate() argument 136 if (!IsNestingLegal && LI.getLoopFor(BB) != L && !ForceNestedLoop) in isHardwareLoopCandidate()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 114 DominatorTree &DT, bool ForceNestedLoop = false,
|