Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp582 Instruction *MemoKey; in HandleCallsInBlockInlinedThroughInvoke() local
584 MemoKey = CatchPad->getCatchSwitch(); in HandleCallsInBlockInlinedThroughInvoke()
586 MemoKey = FuncletPad; in HandleCallsInBlockInlinedThroughInvoke()
587 assert(FuncletUnwindMap->count(MemoKey) && in HandleCallsInBlockInlinedThroughInvoke()
588 (*FuncletUnwindMap)[MemoKey] == UnwindDestToken && in HandleCallsInBlockInlinedThroughInvoke()