Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp532 UnwindDestMemoTy *FuncletUnwindMap = nullptr) { in HandleCallsInBlockInlinedThroughInvoke() argument
564 getUnwindDestToken(FuncletPad, *FuncletUnwindMap); in HandleCallsInBlockInlinedThroughInvoke()
573 assert(FuncletUnwindMap->count(MemoKey) && in HandleCallsInBlockInlinedThroughInvoke()
574 (*FuncletUnwindMap)[MemoKey] == UnwindDestToken && in HandleCallsInBlockInlinedThroughInvoke()
681 UnwindDestMemoTy FuncletUnwindMap; in HandleInlinedEHPad() local
694 assert(!FuncletUnwindMap.count(CleanupPad) || in HandleInlinedEHPad()
696 FuncletUnwindMap[CleanupPad] = in HandleInlinedEHPad()
742 FuncletUnwindMap[NewCatchSwitch] = UnwindDestToken; in HandleInlinedEHPad()
762 &*BB, UnwindDest, &FuncletUnwindMap)) in HandleInlinedEHPad()
1617 UnwindDestMemoTy FuncletUnwindMap; in InlineFunction() local
[all …]