Home
last modified time | relevance | path

Searched defs:setLRIsSpilled (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYMachineFunctionInfo.h56 void setLRIsSpilled(bool s) { LRSpilled = s; } in setLRIsSpilled() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h187 void setLRIsSpilled(bool s) { LRSpilled = s; } in setLRIsSpilled() function