Lines Matching refs:TargetBlock
1028 const CFGBlock *TargetBlock) {1031 assert(TargetBlock && "TargetBlock pointer must not be NULL");1034 for (CFGBlock::const_pred_iterator PI = TargetBlock->pred_begin(),1035 PE = TargetBlock->pred_end(); PI != PE; ++PI) {