Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp526 auto *LoopGuard = cast<BranchInst>(BeginBB->getTerminator()); in InsertIterationSetup() local
527 LoopGuard->setCondition(SetCount); in InsertIterationSetup()
528 if (LoopGuard->getSuccessor(0) != L->getLoopPreheader()) in InsertIterationSetup()
529 LoopGuard->swapSuccessors(); in InsertIterationSetup()