Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreMachineFunctionInfo.h28 bool LRSpillSlotSet = false; variable
60 bool hasLRSpillSlot() { return LRSpillSlotSet; } in hasLRSpillSlot()
62 assert(LRSpillSlotSet && "LR Spill slot not set"); in getLRSpillSlot()
H A DXCoreMachineFunctionInfo.cpp42 if (LRSpillSlotSet) { in createLRSpillSlot()
55 LRSpillSlotSet = true; in createLRSpillSlot()