Searched refs:throwers (Results 1 – 4 of 4) sorted by relevance
57 for (BinaryBasicBlock *Thrower : BB.throwers()) { in doForAllPreds()
303 inline iterator_range<throw_iterator> throwers() { in throwers() function307 inline iterator_range<const_throw_iterator> throwers() const { in throwers() function
431 for (BinaryBasicBlock *Thrower : BB->throwers()) in run()
547 for (BinaryBasicBlock *Throw : BB->throwers()) in print()3168 for (const BinaryBasicBlock *Thrower : BB->throwers()) in validateCFG()3185 for (const BinaryBasicBlock *Thrower : BB->throwers()) { in validateCFG()3195 if (!llvm::is_contained(LPBlock->throwers(), BB)) { in validateCFG()3202 for (const BinaryBasicBlock *Thrower : BB->throwers()) { in validateCFG()