Searched refs:CPInst (Results 1 – 2 of 2) 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()
3880 CleanupPadInst *CPInst = RI->getCleanupPad(); in removeEmptyCleanup() local3881 if (CPInst->getParent() != BB) in removeEmptyCleanup()3887 if (!CPInst->hasOneUse()) in removeEmptyCleanup()3891 BasicBlock::iterator I = CPInst->getIterator(), E = RI->getIterator(); in removeEmptyCleanup()