Searched refs:UseLoopGuard (Results 1 – 1 of 1) sorted by relevance
195 UseLoopGuard(Info.PerformEntryTest) { } in HardwareLoop()210 bool UseLoopGuard = false; member in __anone95c3c430111::HardwareLoop397 UseLoopGuard |= ForceGuardLoopEntry; in InitLoopCount()399 UseLoopGuard = false; in InitLoopCount()402 if (UseLoopGuard && BB->getSinglePredecessor() && in InitLoopCount()408 UseLoopGuard = false; in InitLoopCount()429 UseLoopGuard = UseLoopGuard && CanGenerateTest(L, Count); in InitLoopCount()430 BeginBB = UseLoopGuard ? BB : L->getLoopPreheader(); in InitLoopCount()442 Intrinsic::ID ID = UseLoopGuard in InsertIterationSetup()451 if (UseLoopGuard) { in InsertIterationSetup()[all …]