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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp532 const CFGBlock *SrcBlock = BE.getSrc(); local
534 CFGTerminator T = SrcBlock->getTerminator();
538 assert(SrcBlock->succ_size() == 2);
540 unsigned constant = (*SrcBlock->succ_begin() == BE.getDst()) ? 1 : 0;
545 // in SrcBlock is the value of the enclosing expression.
547 assert(!SrcBlock->empty());
548 CFGStmt Elem = SrcBlock->rbegin()->castAs<CFGStmt>();
636 const CFGBlock *SrcBlock = 0; local
646 SrcBlock = PP.castAs<BlockEdge>().getSrc();
651 assert(SrcBlock
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp717 const BasicBlock *SrcBlock = Src->getParent(); local
719 unsigned SrcLevel = LI->getLoopDepth(SrcBlock);
721 const Loop *SrcLoop = LI->getLoopFor(SrcBlock);

Completed in 54 milliseconds