Searched refs:ForceNestedLoop (Results 1 – 3 of 3) sorted by relevance
61 ForceNestedLoop("force-nested-hardware-loop", cl::Hidden, cl::init(false), variable254 if (ForceNestedLoop.getNumOccurrences()) in runOnFunction()255 Opts.setForceNested(ForceNestedLoop); in runOnFunction()
128 bool ForceNestedLoop, in isHardwareLoopCandidate() argument156 if (!IsNestingLegal && LI.getLoopFor(BB) != L && !ForceNestedLoop) in isHardwareLoopCandidate()
117 bool ForceNestedLoop = false,