Lines Matching defs:PredBlock
1062 const CFGBlock *PredBlock, const CFGBlock *CurrBlock,
1069 const CFGBlock* PredBlock,
1383 const CFGBlock *PredBlock,
1399 for (CFGBlock::const_succ_iterator SI = PredBlock->succ_begin(),
1400 SE = PredBlock->succ_end(); SI != SE && i < 2; ++SI, ++i) {
1491 /// Find the lockset that holds on the edge between PredBlock
1492 /// and CurrBlock. The edge set is the exit set of PredBlock (passed
1496 const CFGBlock *PredBlock,
1500 const Stmt *Cond = PredBlock->getTerminatorCondition();
1502 if (!Cond || isa<ConditionalOperator>(PredBlock->getTerminatorStmt()))
1506 const CFGBlockInfo *PredBlockInfo = &BlockInfo[PredBlock->getBlockID()];
1526 Exp, FunDecl, PredBlock, CurrBlock, A->getSuccessValue(),
1532 getMutexIDs(ExclusiveLocksToAdd, A, Exp, FunDecl, PredBlock, CurrBlock,
1538 getMutexIDs(SharedLocksToAdd, A, Exp, FunDecl, PredBlock, CurrBlock,