Searched refs:CPInst (Results 1 – 1 of 1) sorted by relevance
3487 CleanupPadInst *CPInst = RI->getCleanupPad(); in removeEmptyCleanup() local3488 if (CPInst->getParent() != BB) in removeEmptyCleanup()3494 if (!CPInst->hasOneUse()) in removeEmptyCleanup()3498 BasicBlock::iterator I = CPInst->getIterator(), E = RI->getIterator(); in removeEmptyCleanup()