Searched refs:EH_Exceptions (Results 1 – 1 of 1) sorted by relevance
438 SmallVector<CallInst*,16> EH_Exceptions; in insertSjLjEHSupport() local464 EH_Exceptions.push_back(CI); in insertSjLjEHSupport()546 for (int i = 0, e = EH_Exceptions.size(); i < e; ++i) { in insertSjLjEHSupport()547 CallInst *I = EH_Exceptions[i]; in insertSjLjEHSupport()