Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DHardwareLoops.cpp195 UseLoopGuard(Info.PerformEntryTest) { } in HardwareLoop()
210 bool UseLoopGuard = false; member in __anonceca9c7a0111::HardwareLoop
396 UseLoopGuard |= ForceGuardLoopEntry; in InitLoopCount()
398 UseLoopGuard = false; in InitLoopCount()
401 if (UseLoopGuard && BB->getSinglePredecessor() && in InitLoopCount()
421 UseLoopGuard = UseLoopGuard && CanGenerateTest(L, Count); in InitLoopCount()
422 BeginBB = UseLoopGuard ? BB : L->getLoopPreheader(); in InitLoopCount()
433 Intrinsic::ID ID = UseLoopGuard ? in InsertIterationSetup()
439 if (UseLoopGuard) { in InsertIterationSetup()