Home
last modified time | relevance | path

Searched refs:CPInst (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3487 CleanupPadInst *CPInst = RI->getCleanupPad(); in removeEmptyCleanup() local
3488 if (CPInst->getParent() != BB) in removeEmptyCleanup()
3494 if (!CPInst->hasOneUse()) in removeEmptyCleanup()
3498 BasicBlock::iterator I = CPInst->getIterator(), E = RI->getIterator(); in removeEmptyCleanup()