Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopIdiomVectorize.cpp131 BasicBlock *VectorLoopIncBlock = nullptr; member in __anon3a0f451f0111::LoopIdiomVectorize
479 VectorLoopMismatchBlock, VectorLoopIncBlock, VectorMatchHasActiveLanes); in createMaskedFindMismatch()
484 {DominatorTree::Insert, VectorLoopStartBlock, VectorLoopIncBlock}}); in createMaskedFindMismatch()
489 Builder.SetInsertPoint(VectorLoopIncBlock); in createMaskedFindMismatch()
493 VectorIndexPhi->addIncoming(NewVectorIndexPhi, VectorLoopIncBlock); in createMaskedFindMismatch()
497 LoopPred->addIncoming(NewPred, VectorLoopIncBlock); in createMaskedFindMismatch()
506 {{DominatorTree::Insert, VectorLoopIncBlock, VectorLoopStartBlock}, in createMaskedFindMismatch()
507 {DominatorTree::Insert, VectorLoopIncBlock, EndBlock}}); in createMaskedFindMismatch()
590 VectorLoopIncBlock, MismatchFound); in createPredicatedFindMismatch()
595 {DominatorTree::Insert, VectorLoopStartBlock, VectorLoopIncBlock}}); in createPredicatedFindMismatch()
[all …]