Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/
DXCoreMachineFunctionInfo.h28 bool LRSpillSlotSet = false; variable
54 bool hasLRSpillSlot() { return LRSpillSlotSet; } in hasLRSpillSlot()
56 assert(LRSpillSlotSet && "LR Spill slot not set"); in getLRSpillSlot()
DXCoreMachineFunctionInfo.cpp35 if (LRSpillSlotSet) { in createLRSpillSlot()
48 LRSpillSlotSet = true; in createLRSpillSlot()