Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DHardwareLoops.cpp453 auto *LoopGuard = cast<BranchInst>(BeginBB->getTerminator()); in InsertIterationSetup() local
454 LoopGuard->setCondition(SetCount); in InsertIterationSetup()
455 if (LoopGuard->getSuccessor(0) != L->getLoopPreheader()) in InsertIterationSetup()
456 LoopGuard->swapSuccessors(); in InsertIterationSetup()