Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSjLjEHPrepare.cpp437 SmallVector<CallInst*,16> EH_Selectors; in insertSjLjEHSupport() local
462 EH_Selectors.push_back(CI); in insertSjLjEHSupport()
537 for (int i = 0, e = EH_Selectors.size(); i < e; ++i) { in insertSjLjEHSupport()
538 CallInst *I = EH_Selectors[i]; in insertSjLjEHSupport()