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