Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreMachineFunctionInfo.h29 bool LRSpillSlotSet = false; variable
55 bool hasLRSpillSlot() { return LRSpillSlotSet; } in hasLRSpillSlot()
57 assert(LRSpillSlotSet && "LR Spill slot not set"); in getLRSpillSlot()
H A DXCoreMachineFunctionInfo.cpp36 if (LRSpillSlotSet) { in createLRSpillSlot()
49 LRSpillSlotSet = true; in createLRSpillSlot()