Home | History | Annotate | Download | only in Instrumentation

Lines Matching defs:NormalDest

1665       BasicBlock *NormalDest = cast<InvokeInst>(&I)->getNormalDest();
1666 if (!NormalDest->getSinglePredecessor()) {
1668 // Perhaps we need to split the edge between this BB and NormalDest,
1674 NextInsn = NormalDest->getFirstInsertionPt();