Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMMachineFunctionInfo.h155 void setLRIsSpilledForFarJump(bool s) { LRSpilledForFarJump = s; } in setLRIsSpilledForFarJump() function
DARMFrameLowering.cpp1725 AFI->setLRIsSpilledForFarJump(true); in determineCalleeSaves()