Searched refs:LoopIncBlock (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64LoopIdiomTransform.cpp | 447 BasicBlock *LoopIncBlock = BasicBlock::Create( in expandFindMismatch() local 475 ScalarLoop->addBasicBlockToLoop(LoopIncBlock, *LI); in expandFindMismatch() 679 BranchInst *MatchCmpBr = BranchInst::Create(LoopIncBlock, EndBlock, MatchCmp); in expandFindMismatch() 682 DTU.applyUpdates({{DominatorTree::Insert, LoopStartBlock, LoopIncBlock}, in expandFindMismatch() 686 Builder.SetInsertPoint(LoopIncBlock); in expandFindMismatch() 690 IndexPhi->addIncoming(PhiInc, LoopIncBlock); in expandFindMismatch() 695 DTU.applyUpdates({{DominatorTree::Insert, LoopIncBlock, EndBlock}, in expandFindMismatch() 696 {DominatorTree::Insert, LoopIncBlock, LoopStartBlock}}); in expandFindMismatch() 707 ResPhi->addIncoming(MaxLen, LoopIncBlock); in expandFindMismatch()
|