Home
last modified time | relevance | path

Searched refs:CPInst (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3880 CleanupPadInst *CPInst = RI->getCleanupPad(); in removeEmptyCleanup() local
3881 if (CPInst->getParent() != BB) in removeEmptyCleanup()
3887 if (!CPInst->hasOneUse()) in removeEmptyCleanup()
3891 BasicBlock::iterator I = CPInst->getIterator(), E = RI->getIterator(); in removeEmptyCleanup()