HomeSort by relevance Sort by last modified time
    Searched refs:SrcBlock (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 576 const CFGBlock *SrcBlock = BE.getSrc();
578 CFGTerminator T = SrcBlock->getTerminator();
582 assert(SrcBlock->succ_size() == 2);
584 unsigned constant = (*SrcBlock->succ_begin() == BE.getDst()) ? 1 : 0;
589 // in SrcBlock is the value of the enclosing expression.
591 assert(!SrcBlock->empty());
592 CFGStmt Elem = SrcBlock->rbegin()->castAs<CFGStmt>();
680 const CFGBlock *SrcBlock = nullptr;
690 SrcBlock = PP.castAs<BlockEdge>().getSrc();
695 assert(SrcBlock && "missing function entry")
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 709 const BasicBlock *SrcBlock = Src->getParent();
711 unsigned SrcLevel = LI->getLoopDepth(SrcBlock);
713 const Loop *SrcLoop = LI->getLoopFor(SrcBlock);
    [all...]

Completed in 108 milliseconds