HomeSort by relevance Sort by last modified time
    Searched refs:hasEHSpillSlot (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/XCore/
XCoreMachineFunctionInfo.h 80 bool hasEHSpillSlot() { return EHSpillSlotSet; }
XCoreFrameLowering.cpp 165 assert(XFI->hasEHSpillSlot() && "There are no EH register spill slots");
322 if (XFI->hasEHSpillSlot()) {

Completed in 1287 milliseconds