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.cpp101 BasicBlock *VectorLoopIncBlock = nullptr; member in __anon3a0f451f0111::LoopIdiomVectorize
430 VectorLoopMismatchBlock, VectorLoopIncBlock, VectorMatchHasActiveLanes); in createMaskedFindMismatch()
435 {DominatorTree::Insert, VectorLoopStartBlock, VectorLoopIncBlock}}); in createMaskedFindMismatch()
440 Builder.SetInsertPoint(VectorLoopIncBlock); in createMaskedFindMismatch()
444 VectorIndexPhi->addIncoming(NewVectorIndexPhi, VectorLoopIncBlock); in createMaskedFindMismatch()
448 LoopPred->addIncoming(NewPred, VectorLoopIncBlock); in createMaskedFindMismatch()
457 {{DominatorTree::Insert, VectorLoopIncBlock, VectorLoopStartBlock}, in createMaskedFindMismatch()
458 {DominatorTree::Insert, VectorLoopIncBlock, EndBlock}}); in createMaskedFindMismatch()
543 VectorLoopIncBlock, MismatchFound); in createPredicatedFindMismatch()
548 {DominatorTree::Insert, VectorLoopStartBlock, VectorLoopIncBlock}}); in createPredicatedFindMismatch()
[all …]