Searched refs:LoopGuard (Results 1 – 2 of 2) sorted by relevance
136 Value *LoopGuard; in createLoop() local137 LoopGuard = Builder.CreateICmp(Predicate, LB, UB); in createLoop()138 LoopGuard->setName("polly.loop_guard"); in createLoop()139 Builder.CreateCondBr(LoopGuard, PreHeaderBB, ExitBB); in createLoop()
461 auto *LoopGuard = cast<BranchInst>(BeginBB->getTerminator()); in InsertIterationSetup() local462 LoopGuard->setCondition(SetCount); in InsertIterationSetup()463 if (LoopGuard->getSuccessor(0) != L->getLoopPreheader()) in InsertIterationSetup()464 LoopGuard->swapSuccessors(); in InsertIterationSetup()