Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopIdiomVectorize.cpp130 BasicBlock *VectorLoopMismatchBlock = nullptr; member in __anon3a0f451f0111::LoopIdiomVectorize
479 VectorLoopMismatchBlock, VectorLoopIncBlock, VectorMatchHasActiveLanes); in createMaskedFindMismatch()
483 {{DominatorTree::Insert, VectorLoopStartBlock, VectorLoopMismatchBlock}, in createMaskedFindMismatch()
511 Builder.SetInsertPoint(VectorLoopMismatchBlock); in createMaskedFindMismatch()
589 auto *VectorEarlyExit = BranchInst::Create(VectorLoopMismatchBlock, in createPredicatedFindMismatch()
594 {{DominatorTree::Insert, VectorLoopStartBlock, VectorLoopMismatchBlock}, in createPredicatedFindMismatch()
617 Builder.SetInsertPoint(VectorLoopMismatchBlock); in createPredicatedFindMismatch()
679 VectorLoopMismatchBlock = BasicBlock::Create(Ctx, "mismatch_vec_loop_found", in expandFindMismatch()
704 CurLoop->getParentLoop()->addBasicBlockToLoop(VectorLoopMismatchBlock, *LI); in expandFindMismatch()
811 {{DominatorTree::Insert, VectorLoopMismatchBlock, EndBlock}}); in expandFindMismatch()
[all …]