Home
last modified time | relevance | path

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

/external/llvm/lib/Target/XCore/
DXCoreMachineFunctionInfo.h34 bool EHSpillSlotSet; variable
47 EHSpillSlotSet(false), in XCoreFunctionInfo()
55 EHSpillSlotSet(false), in XCoreFunctionInfo()
80 bool hasEHSpillSlot() { return EHSpillSlotSet; } in hasEHSpillSlot()
82 assert(EHSpillSlotSet && "EH Spill slot not set"); in getEHSpillSlot()
DXCoreMachineFunctionInfo.cpp62 if (EHSpillSlotSet) { in createEHSpillSlot()
69 EHSpillSlotSet = true; in createEHSpillSlot()