Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMMachineFunctionInfo.h157 bool isLRSpilledForFarJump() const { return LRSpilledForFarJump; } in isLRSpilledForFarJump() function
DARMConstantIslandPass.cpp511 if (isThumb && !HasFarJump && AFI->isLRSpilledForFarJump()) in runOnMachineFunction()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMMachineFunctionInfo.h134 bool isLRSpilledForFarJump() const { return LRSpilledForFarJump; } in isLRSpilledForFarJump() function
DARMConstantIslandPass.cpp368 if (isThumb && !HasFarJump && AFI->isLRSpilledForFarJump()) in runOnMachineFunction()