Home
last modified time | relevance | path

Searched refs:SrcBlock (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp576 const CFGBlock *SrcBlock = BE.getSrc(); in VisitLogicalExpr() local
578 CFGTerminator T = SrcBlock->getTerminator(); in VisitLogicalExpr()
582 assert(SrcBlock->succ_size() == 2); in VisitLogicalExpr()
584 unsigned constant = (*SrcBlock->succ_begin() == BE.getDst()) ? 1 : 0; in VisitLogicalExpr()
591 assert(!SrcBlock->empty()); in VisitLogicalExpr()
592 CFGStmt Elem = SrcBlock->rbegin()->castAs<CFGStmt>(); in VisitLogicalExpr()
680 const CFGBlock *SrcBlock = nullptr; in VisitGuardedExpr() local
690 SrcBlock = PP.castAs<BlockEdge>().getSrc(); in VisitGuardedExpr()
695 assert(SrcBlock && "missing function entry"); in VisitGuardedExpr()
702 for (CFGElement CE : llvm::reverse(*SrcBlock)) { in VisitGuardedExpr()
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp709 const BasicBlock *SrcBlock = Src->getParent(); in establishNestingLevels() local
711 unsigned SrcLevel = LI->getLoopDepth(SrcBlock); in establishNestingLevels()
713 const Loop *SrcLoop = LI->getLoopFor(SrcBlock); in establishNestingLevels()