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

  /external/llvm/lib/CodeGen/AsmPrinter/
WinException.cpp 797 auto *FuncletPad =
799 assert(FuncInfo.FuncletBaseStateMap.count(FuncletPad) != 0);
800 BaseState = FuncInfo.FuncletBaseStateMap.find(FuncletPad)->second;
    [all...]
  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp 173 auto *FuncletPad =
175 assert(FuncletPad || FuncletEntryBB == &Fn->getEntryBlock());
176 if (!FuncletPad)
178 else if (auto *CatchPad = dyn_cast<CatchPadInst>(FuncletPad))
180 else if (auto *CleanupPad = dyn_cast<CleanupPadInst>(FuncletPad))
188 auto BaseStateI = FuncInfo.FuncletBaseStateMap.find(FuncletPad);
774 auto *FuncletPad = dyn_cast<FuncletPadInst>(FirstNonPHI);
775 auto *CatchPad = dyn_cast_or_null<CatchPadInst>(FuncletPad);
776 auto *CleanupPad = dyn_cast_or_null<CleanupPadInst>(FuncletPad);
788 if (FuncletBundleOperand == FuncletPad)
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]

Completed in 83 milliseconds