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.h536 bool computeJoin(const BlockT &SuccBlock, const BlockT &PushedLabel) { in computeJoin()
585 bool visitEdge(const BlockT &SuccBlock, const BlockT &Label) { in visitEdge()
609 for (const auto *SuccBlock : successors(&DivTermBlock)) { in computeJoinPoints() local
679 for (const auto *SuccBlock : successors(Block)) { in computeJoinPoints() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp261 if (CFGBlock *SuccBlock = *I) { in checkForRecursiveFunctionCall() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4825 BasicBlock *SuccBlock = BB->getTerminator()->getSuccessor(0); in tryToSimplifyUncondBranchWithICmpInIt() local