Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DHardwareLoops.cpp443 auto *LoopGuard = cast<BranchInst>(BeginBB->getTerminator()); in InsertIterationSetup() local
444 LoopGuard->setCondition(SetCount); in InsertIterationSetup()
445 if (LoopGuard->getSuccessor(0) != L->getLoopPreheader()) in InsertIterationSetup()
446 LoopGuard->swapSuccessors(); in InsertIterationSetup()