Searched refs:ForceNestedLoop (Results 1 – 3 of 3) sorted by relevance
62 ForceNestedLoop("force-nested-hardware-loop", cl::Hidden, cl::init(false), variable255 if (ForceNestedLoop.getNumOccurrences()) in runOnFunction()256 Opts.setForceNested(ForceNestedLoop); in runOnFunction()
125 bool ForceNestedLoop, in isHardwareLoopCandidate() argument153 if (!IsNestingLegal && LI.getLoopFor(BB) != L && !ForceNestedLoop) in isHardwareLoopCandidate()
115 DominatorTree &DT, bool ForceNestedLoop = false,