Searched refs:hasLRSpillSlot (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/XCore/
H A DXCoreMachineFunctionInfo.h66 bool hasLRSpillSlot() { return LRSpillSlotSet; } function in class:llvm::XCoreFunctionInfo
H A DXCoreFrameLowering.cpp250 bool saveLR = XFI->hasLRSpillSlot();
377 bool restoreLR = XFI->hasLRSpillSlot();

Completed in 77 milliseconds