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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h163 void setLRIsSpilled(bool s) { LRSpilled = s; } function in class:llvm::ARMFunctionInfo
H A DARMFrameLowering.cpp2130 AFI->setLRIsSpilled(SavedRegs.test(ARM::LR));

Completed in 120 milliseconds