HomeSort by relevance Sort by last modified time
    Searched refs:EHSelectorInst (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 63 static EHSelectorInst *findSelectorForException(EHExceptionInst *exn) {
66 EHSelectorInst *outOfBlockSelector = 0;
69 EHSelectorInst *sel = dyn_cast<EHSelectorInst>(*ui);
89 static EHSelectorInst *findSelectorForLandingPad(BasicBlock *lpad) {
149 EHSelectorInst *selector = findSelectorForException(exn);
197 EHSelectorInst *lpadSelector = cast<EHSelectorInst>(selector->clone());
250 EHSelectorInst *OuterSelector;
291 EHSelectorInst *getOuterSelector()
    [all...]
  /external/llvm/include/llvm/
IntrinsicInst.h 294 /// EHSelectorInst - This represents the llvm.eh.selector instruction.
296 class EHSelectorInst : public IntrinsicInst {
299 static inline bool classof(const EHSelectorInst *) { return true; }
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 438 if (const EHSelectorInst *EHSel = dyn_cast<EHSelectorInst>(I)) {
SelectionDAGISel.cpp 726 if (isa<EHSelectorInst>(I))
    [all...]
  /external/llvm/include/llvm-c/
Core.h 477 macro(EHSelectorInst) \
    [all...]

Completed in 176 milliseconds