Home
last modified time | relevance | path

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

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