Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericUniformityImpl.h541 const auto *OldLabel = BlockLabels[&SuccBlock]; in computeJoin()
552 if (OldLabel != &SuccBlock) { in computeJoin()
553 auto SuccIdx = CyclePOT.getIndex(&SuccBlock); in computeJoin()
563 BlockLabels[&SuccBlock] = &PushedLabel; in computeJoin()
570 BlockLabels[&SuccBlock] = &SuccBlock; in computeJoin()
590 if (!computeJoin(SuccBlock, Label)) in visitEdge()
594 DivDesc->JoinDivBlocks.insert(&SuccBlock); in visitEdge()
618 DivDesc->CycleDivBlocks.insert(SuccBlock); in computeJoinPoints()
622 auto SuccIdx = CyclePOT.getIndex(SuccBlock); in computeJoinPoints()
623 visitEdge(*SuccBlock, *SuccBlock); in computeJoinPoints()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp261 if (CFGBlock *SuccBlock = *I) { in checkForRecursiveFunctionCall() local
262 if (!Visited.insert(SuccBlock).second) in checkForRecursiveFunctionCall()
266 if (ExitID == SuccBlock->getBlockID()) in checkForRecursiveFunctionCall()
270 if (hasRecursiveCallInPath(FD, *SuccBlock)) { in checkForRecursiveFunctionCall()
275 WorkList.push_back(SuccBlock); in checkForRecursiveFunctionCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSink.cpp1236 for (MachineBasicBlock *SuccBlock : in FindSuccToSinkTo()
1239 if (AllUsesDominatedByBlock(Reg, SuccBlock, MBB, in FindSuccToSinkTo()
1241 SuccToSinkTo = SuccBlock; in FindSuccToSinkTo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4756 BasicBlock *SuccBlock = BB->getTerminator()->getSuccessor(0); in tryToSimplifyUncondBranchWithICmpInIt() local
4758 if (PHIUse == nullptr || PHIUse != &SuccBlock->front() || in tryToSimplifyUncondBranchWithICmpInIt()
4797 Builder.CreateBr(SuccBlock); in tryToSimplifyUncondBranchWithICmpInIt()
4800 Updates.push_back({DominatorTree::Insert, NewBB, SuccBlock}); in tryToSimplifyUncondBranchWithICmpInIt()