Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:EHSelectorSlot

399   if (!EHSelectorSlot)
400 EHSelectorSlot = CreateTempAlloca(Int32Ty, "ehselector.slot");
401 return EHSelectorSlot;