Searched refs:removeAllNonTerminatorAndEHPadInstructions (Results 1 – 4 of 4) sorted by relevance
364 unsigned removeAllNonTerminatorAndEHPadInstructions(BasicBlock *BB);
1787 NumInstRemoved += removeAllNonTerminatorAndEHPadInstructions(&BB); in runSCCP()
1875 unsigned llvm::removeAllNonTerminatorAndEHPadInstructions(BasicBlock *BB) { in removeAllNonTerminatorAndEHPadInstructions() function in llvm
3402 unsigned NumDeadInstInBB = removeAllNonTerminatorAndEHPadInstructions(&BB); in prepareICWorklistFromFunction()