Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMMachineFunctionInfo.h164 bool isLRSpilledForFarJump() const { return LRSpilledForFarJump; } in isLRSpilledForFarJump() function
DARMConstantIslandPass.cpp480 if (isThumb && !HasFarJump && AFI->isLRSpilledForFarJump()) in runOnMachineFunction()