Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp598 Instruction *MemoKey; in HandleCallsInBlockInlinedThroughInvoke() local
600 MemoKey = CatchPad->getCatchSwitch(); in HandleCallsInBlockInlinedThroughInvoke()
602 MemoKey = FuncletPad; in HandleCallsInBlockInlinedThroughInvoke()
603 assert(FuncletUnwindMap->count(MemoKey) && in HandleCallsInBlockInlinedThroughInvoke()
604 (*FuncletUnwindMap)[MemoKey] == UnwindDestToken && in HandleCallsInBlockInlinedThroughInvoke()