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()
126 bool ForceNestedLoop, in isHardwareLoopCandidate() argument154 if (!IsNestingLegal && LI.getLoopFor(BB) != L && !ForceNestedLoop) in isHardwareLoopCandidate()
116 DominatorTree &DT, bool ForceNestedLoop = false,