Searched refs:PredSuccs (Results 1 – 1 of 1) sorted by relevance
87 const auto &PredSuccs = Pred->getSuccessors(); in verifyBlocksInRegion() local88 assert(std::find(PredSuccs.begin(), PredSuccs.end(), VPB) != in verifyBlocksInRegion()89 PredSuccs.end() && in verifyBlocksInRegion()91 (void)PredSuccs; in verifyBlocksInRegion()