Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp174 BasicBlock *ASrc, *ADest, *BSrc, *BDest; in comparePHIRelated() local
176 std::tie(BSrc, BDest) = getBlockEdge(B); in comparePHIRelated()
181 DomTreeNode *DomBSrc = DT.getNode(BSrc); in comparePHIRelated()
189 (void)BSrc; in comparePHIRelated()
/external/llvm-project/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp169 BasicBlock *ASrc, *ADest, *BSrc, *BDest; in comparePHIRelated() local
171 std::tie(BSrc, BDest) = getBlockEdge(B); in comparePHIRelated()
176 DomTreeNode *DomBSrc = DT.getNode(BSrc); in comparePHIRelated()
184 (void)BSrc; in comparePHIRelated()
/external/llvm-project/clang/lib/Analysis/
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()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1515 const CFGBlock *BSrc = BE->getSrc(); in GenerateExtensivePathDiagnostic() local
1518 if (const Stmt *Term = BSrc->getTerminator()) { in GenerateExtensivePathDiagnostic()
1524 BSrc->getTerminatorCondition(), in GenerateExtensivePathDiagnostic()
1807 const CFGBlock *BSrc = BE->getSrc(); in GenerateAlternateExtensivePathDiagnostic() local
1810 if (const Stmt *Term = BSrc->getTerminator()) { in GenerateAlternateExtensivePathDiagnostic()
1814 const Stmt *TermCond = getTerminatorCondition(BSrc); in GenerateAlternateExtensivePathDiagnostic()
DPathDiagnostic.cpp663 const CFGBlock *BSrc = BE->getSrc(); in create() local
664 S = BSrc->getTerminatorCondition(); in create()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1270 const CFGBlock *BSrc = BE->getSrc(); in generatePathDiagnosticsForNode() local
1273 if (const Stmt *Term = BSrc->getTerminatorStmt()) { in generatePathDiagnosticsForNode()
1277 const Stmt *TermCond = getTerminatorCondition(BSrc); in generatePathDiagnosticsForNode()