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.cpp579 Instruction *MemoKey; in HandleCallsInBlockInlinedThroughInvoke() local
581 MemoKey = CatchPad->getCatchSwitch(); in HandleCallsInBlockInlinedThroughInvoke()
583 MemoKey = FuncletPad; in HandleCallsInBlockInlinedThroughInvoke()
584 assert(FuncletUnwindMap->count(MemoKey) && in HandleCallsInBlockInlinedThroughInvoke()
585 (*FuncletUnwindMap)[MemoKey] == UnwindDestToken && in HandleCallsInBlockInlinedThroughInvoke()