Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DHardwareLoops.cpp461 auto *LoopGuard = cast<BranchInst>(BeginBB->getTerminator()); in InsertIterationSetup() local
462 LoopGuard->setCondition(SetCount); in InsertIterationSetup()
463 if (LoopGuard->getSuccessor(0) != L->getLoopPreheader()) in InsertIterationSetup()
464 LoopGuard->swapSuccessors(); in InsertIterationSetup()