Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DInlineFunction.cpp63 static EHSelectorInst *findSelectorForException(EHExceptionInst *exn) { in findSelectorForException()
66 EHSelectorInst *outOfBlockSelector = 0; in findSelectorForException()
69 EHSelectorInst *sel = dyn_cast<EHSelectorInst>(*ui); in findSelectorForException()
89 static EHSelectorInst *findSelectorForLandingPad(BasicBlock *lpad) { in findSelectorForLandingPad()
149 EHSelectorInst *selector = findSelectorForException(exn); in findSelectorForLandingPad()
197 EHSelectorInst *lpadSelector = cast<EHSelectorInst>(selector->clone()); in findSelectorForLandingPad()
250 EHSelectorInst *OuterSelector;
291 EHSelectorInst *getOuterSelector() { in getOuterSelector()
337 EHSelectorInst *selector = getOuterSelector(); in getInnerUnwindDest()
490 static bool isCleanupOnlySelector(EHSelectorInst *selector) { in isCleanupOnlySelector()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/
DIntrinsicInst.h296 class EHSelectorInst : public IntrinsicInst {
299 static inline bool classof(const EHSelectorInst *) { return true; } in classof() argument
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp438 if (const EHSelectorInst *EHSel = dyn_cast<EHSelectorInst>(I)) { in CopyCatchInfo()
DSelectionDAGISel.cpp726 if (isa<EHSelectorInst>(I)) in PrepareEHLandingPad()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h477 macro(EHSelectorInst) \