Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp576 Instruction *MemoKey; in HandleCallsInBlockInlinedThroughInvoke() local
578 MemoKey = CatchPad->getCatchSwitch(); in HandleCallsInBlockInlinedThroughInvoke()
580 MemoKey = FuncletPad; in HandleCallsInBlockInlinedThroughInvoke()
581 assert(FuncletUnwindMap->count(MemoKey) && in HandleCallsInBlockInlinedThroughInvoke()
582 (*FuncletUnwindMap)[MemoKey] == UnwindDestToken && in HandleCallsInBlockInlinedThroughInvoke()