HomeSort by relevance Sort by last modified time
    Searched refs:LRSpillSlotSet (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/XCore/
XCoreMachineFunctionInfo.h 30 bool LRSpillSlotSet;
45 LRSpillSlotSet(false),
53 LRSpillSlotSet(false),
66 bool hasLRSpillSlot() { return LRSpillSlotSet; }
68 assert(LRSpillSlotSet && "LR Spill slot not set");
XCoreMachineFunctionInfo.cpp 35 if (LRSpillSlotSet) {
46 LRSpillSlotSet = true;

Completed in 30 milliseconds