Searched defs:findSelectorForException (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DInlineFunction.cpp63 static EHSelectorInst *findSelectorForException(EHExceptionInst *exn) { function
92 if (exn) return findSelectorForException(exn);
149 EHSelectorInst *selector = findSelectorForException(exn);

Completed in 120 milliseconds