Home
last modified time | relevance | path

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

/external/llvm/lib/Target/XCore/
DXCoreMachineFunctionInfo.h30 bool LRSpillSlotSet; variable
45 LRSpillSlotSet(false), in XCoreFunctionInfo()
53 LRSpillSlotSet(false), in XCoreFunctionInfo()
66 bool hasLRSpillSlot() { return LRSpillSlotSet; } in hasLRSpillSlot()
68 assert(LRSpillSlotSet && "LR Spill slot not set"); in getLRSpillSlot()
DXCoreMachineFunctionInfo.cpp35 if (LRSpillSlotSet) { in createLRSpillSlot()
46 LRSpillSlotSet = true; in createLRSpillSlot()