Searched defs:catchHandler (Results 1 – 6 of 6) sorted by relevance
716 for (auto catchHandler : throwableInsts_.at(inst)) { in RemoveThrowableInst() local741 for (auto catchHandler : it->second) { in ReplaceThrowableInst() local
847 void AppendThrowableInst(const Inst *inst, BasicBlock *catchHandler) in AppendThrowableInst()
55 for (auto catchHandler : handlers) { in AddCatchPhiMoves() local
331 … tbb->EnumerateCatchHandlers([this](BasicBlock *catchHandler, [[maybe_unused]] size_t typeId) { in ProcessThrowableInstructions()
326 for (auto catchHandler : handlers) { in GetInitInstLiveSet() local
107 bb->EnumerateCatchHandlers([&, bb, tryEnd](BasicBlock *catchHandler, size_t typeId) { in VisitTryBegin()