HomeSort by relevance Sort by last modified time
    Searched refs:CatchPad (Results 1 - 25 of 49) sorted by null

1 2

  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp 183 else if (auto *CatchPad = dyn_cast<CatchPadInst>(FuncletPad))
184 FuncletUnwindDest = CatchPad->getCatchSwitch()->getUnwindDest();
239 auto *CatchPad = cast<CatchPadInst>(CatchPadBB->getFirstNonPHI());
240 Handlers.push_back(CatchPad);
253 for (const auto *CatchPad : Handlers) {
254 FuncInfo.FuncletBaseStateMap[CatchPad] = CatchLow;
255 for (const User *U : CatchPad->users()) {
342 const auto *CatchPad =
344 const BasicBlock *CatchPadBB = CatchPad->getParent();
346 cast<Constant>(CatchPad->getArgOperand(0)->stripPointerCasts())
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Instruction.h 436 case Instruction::CatchPad:
456 case Instruction::CatchPad:
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 471 case Instruction::CatchPad:
491 case Instruction::CatchPad:
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 471 case Instruction::CatchPad:
491 case Instruction::CatchPad:
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 471 case Instruction::CatchPad:
491 case Instruction::CatchPad:
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 471 case Instruction::CatchPad:
491 case Instruction::CatchPad:
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 471 case Instruction::CatchPad:
491 case Instruction::CatchPad:
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 471 case Instruction::CatchPad:
491 case Instruction::CatchPad:
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 471 case Instruction::CatchPad:
491 case Instruction::CatchPad:
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 471 case Instruction::CatchPad:
491 case Instruction::CatchPad:
Instructions.h     [all...]
  /external/llvm/lib/IR/
Instruction.cpp 270 case CatchPad: return "catchpad";
489 case Instruction::CatchPad:
511 case Instruction::CatchPad:
  /external/llvm/include/llvm/IR/
Instruction.h 414 case Instruction::CatchPad:
Instructions.h     [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 219 auto *CatchPad = cast<CatchPadInst>(HandlerBlock->getFirstNonPHI());
220 for (User *Child : CatchPad->users()) {
242 // be another child of the catchpad. Only the former indicates
248 assert(getParentPad(ChildUnwindDestToken) == CatchPad);
456 if (auto *CatchPad = dyn_cast<CatchPadInst>(FuncletPad))
457 MemoKey = CatchPad->getCatchSwitch();
    [all...]
Local.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 436 /// a particular catchpad modifies or reads the specified memory location.
495 case Instruction::CatchPad:
    [all...]
  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 368 ModRefInfo AAResults::getModRefInfo(const CatchPadInst *CatchPad,
372 // then it could not have been modified by this catchpad.
377 // Otherwise, a catchpad reads and writes.
385 // then it could not have been modified by this catchpad.

Completed in 2510 milliseconds

1 2