Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/XCore/
HDXCoreMachineFunctionInfo.h80 bool hasEHSpillSlot() { return EHSpillSlotSet; } in hasEHSpillSlot() function
HDXCoreFrameLowering.cpp164 assert(XFI->hasEHSpillSlot() && "There are no EH register spill slots"); in GetEHSpillList()
323 if (XFI->hasEHSpillSlot()) { in emitPrologue()