Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMMachineFunctionInfo.h158 void setLRIsSpilledForFarJump(bool s) { LRSpilledForFarJump = s; } in setLRIsSpilledForFarJump() function
DARMFrameLowering.cpp1737 AFI->setLRIsSpilledForFarJump(true); in determineCalleeSaves()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMMachineFunctionInfo.h135 void setLRIsSpilledForFarJump(bool s) { LRSpilledForFarJump = s; } in setLRIsSpilledForFarJump() function
DARMFrameLowering.cpp1095 AFI->setLRIsSpilledForFarJump(true); in processFunctionBeforeCalleeSavedScan()