Home
last modified time | relevance | path

Searched refs:BSrc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp156 BasicBlock *ASrc, *ADest, *BSrc, *BDest; in comparePHIRelated() local
158 std::tie(BSrc, BDest) = getBlockEdge(B); in comparePHIRelated()
163 DomTreeNode *DomBSrc = DT.getNode(BSrc); in comparePHIRelated()
171 (void)BSrc; in comparePHIRelated()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp669 const CFGBlock *BSrc = BE->getSrc(); in create() local
670 if (BSrc->getTerminator().isVirtualBaseBranch()) { in create()
677 S = BSrc->getTerminatorCondition(); in create()
682 assert(BSrc == &BSrc->getParent()->getEntry() && "CFGBlock has no " in create()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1288 const CFGBlock *BSrc = BE->getSrc(); in generatePathDiagnosticsForNode() local
1291 if (const Stmt *Term = BSrc->getTerminatorStmt()) { in generatePathDiagnosticsForNode()
1295 const Stmt *TermCond = getTerminatorCondition(BSrc); in generatePathDiagnosticsForNode()