Searched refs:VectorLoopStartBlock (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopIdiomVectorize.cpp | 99 BasicBlock *VectorLoopStartBlock = nullptr; member in __anon3a0f451f0111::LoopIdiomVectorize 399 BranchInst *JumpToVectorLoop = BranchInst::Create(VectorLoopStartBlock); in createMaskedFindMismatch() 403 VectorLoopStartBlock}}); in createMaskedFindMismatch() 407 Builder.SetInsertPoint(VectorLoopStartBlock); in createMaskedFindMismatch() 434 {{DominatorTree::Insert, VectorLoopStartBlock, VectorLoopMismatchBlock}, in createMaskedFindMismatch() 435 {DominatorTree::Insert, VectorLoopStartBlock, VectorLoopIncBlock}}); in createMaskedFindMismatch() 453 BranchInst::Create(VectorLoopStartBlock, EndBlock, PredHasActiveLanes); in createMaskedFindMismatch() 457 {{DominatorTree::Insert, VectorLoopIncBlock, VectorLoopStartBlock}, in createMaskedFindMismatch() 464 FoundPred->addIncoming(VectorMatchCmp, VectorLoopStartBlock); in createMaskedFindMismatch() 467 LastLoopPred->addIncoming(LoopPred, VectorLoopStartBlock); in createMaskedFindMismatch() [all …]
|