Home | History | Annotate | Download | only in Analysis

Lines Matching refs:PredBlock

1431                    const CFGBlock *PredBlock, const CFGBlock *CurrBlock,
1438 const CFGBlock* PredBlock,
1631 const CFGBlock *PredBlock,
1647 for (CFGBlock::const_succ_iterator SI = PredBlock->succ_begin(),
1648 SE = PredBlock->succ_end(); SI != SE && i < 2; ++SI, ++i) {
1734 /// \brief Find the lockset that holds on the edge between PredBlock
1735 /// and CurrBlock. The edge set is the exit set of PredBlock (passed
1739 const CFGBlock *PredBlock,
1743 const Stmt *Cond = PredBlock->getTerminatorCondition();
1748 const CFGBlockInfo *PredBlockInfo = &BlockInfo[PredBlock->getBlockID()];
1771 PredBlock, CurrBlock, A->getSuccessValue(), Negate);
1779 PredBlock, CurrBlock, A->getSuccessValue(), Negate);