Searched refs:SuccBlock (Results 1 – 7 of 7) sorted by relevance
286 auto SuccIdx = LoopPOT.getIndexOf(SuccBlock); in computeJoin()296 BlockLabels[SuccIdx] = &SuccBlock; in computeJoin()320 if (!computeJoin(SuccBlock, DefBlock)) in visitEdge()324 DivDesc->JoinDivBlocks.insert(&SuccBlock); in visitEdge()345 auto SuccIdx = LoopPOT.getIndexOf(*SuccBlock); in computeJoinPoints()346 BlockLabels[SuccIdx] = SuccBlock; in computeJoinPoints()356 const auto *BlockLoop = LI.getLoopFor(SuccBlock); in computeJoinPoints()359 DivDesc->LoopDivBlocks.insert(SuccBlock); in computeJoinPoints()361 << SuccBlock->getName() << "\n"); in computeJoinPoints()395 for (const auto *SuccBlock : successors(Block)) { in computeJoinPoints() local[all …]
236 for (auto *SuccBlock : successors(UserBlock)) { in analyzeLoopExitDivergence() local237 if (!Visited.insert(SuccBlock).second) { in analyzeLoopExitDivergence()240 TaintStack.push_back(SuccBlock); in analyzeLoopExitDivergence()
120 for (VPBlockBase *SuccBlock : FromBlock->getSuccessors()) { in getEdgeTypeBetween()121 if (SuccBlock == ToBlock) { in getEdgeTypeBetween()
2374 for (VPBlockBase *SuccBlock : PredBlock->getSuccessors()) {2375 if (!VPBlockUtils::isBackEdge(PredBlock, SuccBlock, VPLI))
234 if (CFGBlock *SuccBlock = *I) { in checkForRecursiveFunctionCall() local235 if (!Visited.insert(SuccBlock).second) in checkForRecursiveFunctionCall()239 if (ExitID == SuccBlock->getBlockID()) in checkForRecursiveFunctionCall()243 if (hasRecursiveCallInPath(FD, *SuccBlock)) { in checkForRecursiveFunctionCall()248 WorkList.push_back(SuccBlock); in checkForRecursiveFunctionCall()
940 for (MachineBasicBlock *SuccBlock : in FindSuccToSinkTo()943 if (AllUsesDominatedByBlock(Reg, SuccBlock, MBB, in FindSuccToSinkTo()945 SuccToSinkTo = SuccBlock; in FindSuccToSinkTo()
4082 BasicBlock *SuccBlock = BB->getTerminator()->getSuccessor(0); in tryToSimplifyUncondBranchWithICmpInIt() local4084 if (PHIUse == nullptr || PHIUse != &SuccBlock->front() || in tryToSimplifyUncondBranchWithICmpInIt()4123 Builder.CreateBr(SuccBlock); in tryToSimplifyUncondBranchWithICmpInIt()4126 Updates.push_back({DominatorTree::Insert, NewBB, SuccBlock}); in tryToSimplifyUncondBranchWithICmpInIt()