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.cpp100 BasicBlock *VectorLoopMismatchBlock = nullptr; member in __anon3a0f451f0111::LoopIdiomVectorize
430 VectorLoopMismatchBlock, VectorLoopIncBlock, VectorMatchHasActiveLanes); in createMaskedFindMismatch()
434 {{DominatorTree::Insert, VectorLoopStartBlock, VectorLoopMismatchBlock}, in createMaskedFindMismatch()
462 Builder.SetInsertPoint(VectorLoopMismatchBlock); in createMaskedFindMismatch()
542 auto *VectorEarlyExit = BranchInst::Create(VectorLoopMismatchBlock, in createPredicatedFindMismatch()
547 {{DominatorTree::Insert, VectorLoopStartBlock, VectorLoopMismatchBlock}, in createPredicatedFindMismatch()
570 Builder.SetInsertPoint(VectorLoopMismatchBlock); in createPredicatedFindMismatch()
632 VectorLoopMismatchBlock = BasicBlock::Create(Ctx, "mismatch_vec_loop_found", in expandFindMismatch()
657 CurLoop->getParentLoop()->addBasicBlockToLoop(VectorLoopMismatchBlock, *LI); in expandFindMismatch()
764 {{DominatorTree::Insert, VectorLoopMismatchBlock, EndBlock}}); in expandFindMismatch()
[all …]