Searched refs:LoopIncBlock (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopIdiomVectorize.cpp | 641 BasicBlock *LoopIncBlock = BasicBlock::Create( in expandFindMismatch() local 670 ScalarLoop->addBasicBlockToLoop(LoopIncBlock, *LI); in expandFindMismatch() 791 BranchInst *MatchCmpBr = BranchInst::Create(LoopIncBlock, EndBlock, MatchCmp); in expandFindMismatch() 794 DTU.applyUpdates({{DominatorTree::Insert, LoopStartBlock, LoopIncBlock}, in expandFindMismatch() 798 Builder.SetInsertPoint(LoopIncBlock); in expandFindMismatch() 802 IndexPhi->addIncoming(PhiInc, LoopIncBlock); in expandFindMismatch() 807 DTU.applyUpdates({{DominatorTree::Insert, LoopIncBlock, EndBlock}, in expandFindMismatch() 808 {DominatorTree::Insert, LoopIncBlock, LoopStartBlock}}); in expandFindMismatch() 819 ResPhi->addIncoming(MaxLen, LoopIncBlock); in expandFindMismatch()
|