Home
last modified time | relevance | path

Searched refs:EH_Exceptions (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSjLjEHPrepare.cpp438 SmallVector<CallInst*,16> EH_Exceptions; in insertSjLjEHSupport() local
464 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()