Searched defs:SuccBlock (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ | ||
H A D | GenericUniformityImpl.h | 540 computeJoin(const BlockT & SuccBlock,const BlockT & PushedLabel) computeJoin() argument |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | AnalysisBasedWarnings.cpp | 261 if (CFGBlock *SuccBlock = *I) { in checkForRecursiveFunctionCall() local |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ | ||
H A D | SimplifyCFG.cpp | 4756 BasicBlock *SuccBlock = BB->getTerminator()->getSuccessor(0); tryToSimplifyUncondBranchWithICmpInIt() local |