Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanHCFGBuilder.cpp358 VPBlockUtils::connectBlocks(PreheaderVPBB, Region); in buildPlainCFG()
365 VPBlockUtils::connectBlocks(Region, ExitVPBB); in buildPlainCFG()
H A DVPlanTransforms.cpp304 VPBlockUtils::connectBlocks(Pred, MiddleBasicBlock); in mergeReplicateRegionsIntoSuccessors()
335 VPBlockUtils::connectBlocks(PredVPBB, Succ); in mergeBlocksIntoPredecessors()
H A DVPlan.h2490 connectBlocks(NewBlock, Succ); in insertBlockAfter()
2492 connectBlocks(BlockPtr, NewBlock); in insertBlockAfter()
2518 static void connectBlocks(VPBlockBase *From, VPBlockBase *To) { in connectBlocks() function
H A DVPlan.cpp414 VPBlockUtils::connectBlocks(SplitBlock, Succ); in splitAt()
H A DLoopVectorize.cpp8547 VPBlockUtils::connectBlocks(RegSucc, SingleSucc); in handleReplication()
8583 VPBlockUtils::connectBlocks(Pred, Exiting); in createReplicateRegion()
9043 VPBlockUtils::connectBlocks(SinkPred, SinkSucc); in buildVPlanWithVPRecipes()
9050 VPBlockUtils::connectBlocks(TargetRegion, SinkRegion); in buildVPlanWithVPRecipes()
9051 VPBlockUtils::connectBlocks(SinkRegion, TargetSucc); in buildVPlanWithVPRecipes()
9062 VPBlockUtils::connectBlocks(SplitPred, SinkRegion); in buildVPlanWithVPRecipes()
9063 VPBlockUtils::connectBlocks(SinkRegion, SplitBlock); in buildVPlanWithVPRecipes()