Home
last modified time | relevance | path

Searched refs:UseLoopGuard (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp195 UseLoopGuard(Info.PerformEntryTest) { } in HardwareLoop()
210 bool UseLoopGuard = false; member in __anone95c3c430111::HardwareLoop
397 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 …]