Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp209 UseLoopGuard(Info.PerformEntryTest) { } in HardwareLoop()
225 bool UseLoopGuard = false; member in __anon3d0d820f0111::HardwareLoop
462 UseLoopGuard = true; in InitLoopCount()
464 UseLoopGuard = false; in InitLoopCount()
467 if (UseLoopGuard && BB->getSinglePredecessor() && in InitLoopCount()
473 UseLoopGuard = false; in InitLoopCount()
494 UseLoopGuard = UseLoopGuard && CanGenerateTest(L, Count); in InitLoopCount()
495 BeginBB = UseLoopGuard ? BB : L->getLoopPreheader(); in InitLoopCount()
509 Intrinsic::ID ID = UseLoopGuard in InsertIterationSetup()
517 if (UseLoopGuard) { in InsertIterationSetup()
[all …]