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

  /external/llvm/lib/Target/XCore/
XCoreMachineFunctionInfo.h 34 bool EHSpillSlotSet;
47 EHSpillSlotSet(false),
55 EHSpillSlotSet(false),
80 bool hasEHSpillSlot() { return EHSpillSlotSet; }
82 assert(EHSpillSlotSet && "EH Spill slot not set");
XCoreMachineFunctionInfo.cpp 62 if (EHSpillSlotSet) {
69 EHSpillSlotSet = true;

Completed in 486 milliseconds