HomeSort by relevance Sort by last modified time
    Searched defs:CatchSwitch (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LowerInvoke.cpp 99 SwitchInst *CatchSwitch);
219 SwitchInst *CatchSwitch) {
254 CatchSwitch->addCase(InvokeNoC, II->getUnwindDest());
496 SwitchInst *CatchSwitch =
527 rewriteExpensiveInvoke(Invokes[i], i+1, InvokeNum, StackPtr, CatchSwitch);
  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp 215 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(TI)) {
216 if (CatchSwitch->getParentPad() != ParentPad)
233 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(FirstNonPHI)) {
234 assert(FuncInfo.EHPadStateMap.count(CatchSwitch) == 0 &&
238 for (const BasicBlock *CatchPadBB : CatchSwitch->handlers()) {
243 FuncInfo.EHPadStateMap[CatchSwitch] = TryLow;
246 CatchSwitch->getParentPad())))
259 if (!UnwindDest || UnwindDest == CatchSwitch->getUnwindDest())
267 if (!UnwindDest || UnwindDest == CatchSwitch->getUnwindDest())
334 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(FirstNonPHI))
    [all...]
  /external/clang/lib/CodeGen/
CGException.cpp 890 llvm::CatchSwitchInst *CatchSwitch =
905 CatchSwitch, {TypeInfo.RTTI, CGF.Builder.getInt32(TypeInfo.Flags),
908 CGF.Builder.CreateCatchPad(CatchSwitch, {TypeInfo.RTTI});
911 CatchSwitch->addHandler(Handler.Block);
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]

Completed in 101 milliseconds