Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp532 const CFGBlock *SrcBlock = BE.getSrc(); in VisitLogicalExpr() local
534 CFGTerminator T = SrcBlock->getTerminator(); in VisitLogicalExpr()
538 assert(SrcBlock->succ_size() == 2); in VisitLogicalExpr()
540 unsigned constant = (*SrcBlock->succ_begin() == BE.getDst()) ? 1 : 0; in VisitLogicalExpr()
547 assert(!SrcBlock->empty()); in VisitLogicalExpr()
548 CFGStmt Elem = SrcBlock->rbegin()->castAs<CFGStmt>(); in VisitLogicalExpr()
636 const CFGBlock *SrcBlock = 0; in VisitGuardedExpr() local
646 SrcBlock = PP.castAs<BlockEdge>().getSrc(); in VisitGuardedExpr()
651 assert(SrcBlock && "missing function entry"); in VisitGuardedExpr()
658 for (CFGBlock::const_reverse_iterator I = SrcBlock->rbegin(), in VisitGuardedExpr()
[all …]
/freebsd-10-stable/contrib/llvm/lib/Analysis/
DDependenceAnalysis.cpp717 const BasicBlock *SrcBlock = Src->getParent(); in establishNestingLevels() local
719 unsigned SrcLevel = LI->getLoopDepth(SrcBlock); in establishNestingLevels()
721 const Loop *SrcLoop = LI->getLoopFor(SrcBlock); in establishNestingLevels()