HomeSort by relevance Sort by last modified time
    Searched defs:setLRIsSpilledForFarJump (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/ARM/
ARMMachineFunctionInfo.h 158 void setLRIsSpilledForFarJump(bool s) { LRSpilledForFarJump = s; }
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMMachineFunctionInfo.h 135 void setLRIsSpilledForFarJump(bool s) { LRSpilledForFarJump = s; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMMachineFunctionInfo.h 155 void setLRIsSpilledForFarJump(bool s) { LRSpilledForFarJump = s; }

Completed in 230 milliseconds