Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DHardwareLoops.cpp195 UseLoopGuard(Info.PerformEntryTest) { } in HardwareLoop()
210 bool UseLoopGuard = false; member in __anon01f6a13a0111::HardwareLoop
392 UseLoopGuard |= ForceGuardLoopEntry; in InitLoopCount()
394 UseLoopGuard = false; in InitLoopCount()
397 if (UseLoopGuard && BB->getSinglePredecessor() && in InitLoopCount()
403 UseLoopGuard = false; in InitLoopCount()
424 UseLoopGuard = UseLoopGuard && CanGenerateTest(L, Count); in InitLoopCount()
425 BeginBB = UseLoopGuard ? BB : L->getLoopPreheader(); in InitLoopCount()
437 Intrinsic::ID ID = UseLoopGuard in InsertIterationSetup()
446 if (UseLoopGuard) { in InsertIterationSetup()
[all …]