Home
last modified time | relevance | path

Searched defs:SuccBlock (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericUniformityImpl.h547 bool computeJoin(const BlockT &SuccBlock, const BlockT &PushedLabel) { in computeJoin()
596 bool visitEdge(const BlockT &SuccBlock, const BlockT &Label) { in visitEdge()
636 for (const auto *SuccBlock : successors(&DivTermBlock)) { in computeJoinPoints() local
709 for (const auto *SuccBlock : successors(Block)) in computeJoinPoints() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp263 if (CFGBlock *SuccBlock = *I) { in checkForRecursiveFunctionCall() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4975 BasicBlock *SuccBlock = BB->getTerminator()->getSuccessor(0); in tryToSimplifyUncondBranchWithICmpInIt() local