Lines Matching refs:PredBlock
941 const CFGBlock *PredBlock, const CFGBlock *CurrBlock,
948 const CFGBlock* PredBlock,
1285 const CFGBlock *PredBlock,
1301 for (CFGBlock::const_succ_iterator SI = PredBlock->succ_begin(),
1302 SE = PredBlock->succ_end(); SI != SE && i < 2; ++SI, ++i) {
1387 /// \brief Find the lockset that holds on the edge between PredBlock
1388 /// and CurrBlock. The edge set is the exit set of PredBlock (passed
1392 const CFGBlock *PredBlock,
1396 const Stmt *Cond = PredBlock->getTerminatorCondition();
1401 PredBlock->getBlockID()];
1424 PredBlock, CurrBlock, A->getSuccessValue(), Negate);
1432 PredBlock, CurrBlock, A->getSuccessValue(), Negate);