Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopIdiomVectorize.cpp688 BasicBlock *LoopIncBlock = BasicBlock::Create( in expandFindMismatch() local
717 ScalarLoop->addBasicBlockToLoop(LoopIncBlock, *LI); in expandFindMismatch()
838 BranchInst *MatchCmpBr = BranchInst::Create(LoopIncBlock, EndBlock, MatchCmp); in expandFindMismatch()
841 DTU.applyUpdates({{DominatorTree::Insert, LoopStartBlock, LoopIncBlock}, in expandFindMismatch()
845 Builder.SetInsertPoint(LoopIncBlock); in expandFindMismatch()
849 IndexPhi->addIncoming(PhiInc, LoopIncBlock); in expandFindMismatch()
854 DTU.applyUpdates({{DominatorTree::Insert, LoopIncBlock, EndBlock}, in expandFindMismatch()
855 {DominatorTree::Insert, LoopIncBlock, LoopStartBlock}}); in expandFindMismatch()
866 ResPhi->addIncoming(MaxLen, LoopIncBlock); in expandFindMismatch()