Home
last modified time | relevance | path

Searched refs:IsLeafProc (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/
DNios2MachineFunction.h37 bool IsLeafProc; variable
42 IsLeafProc(false) {} in Nios2FunctionInfo()
45 IsLeafProc(false) {} in Nios2FunctionInfo()
56 void setLeafProc(bool rhs) { IsLeafProc = rhs; } in setLeafProc()
57 bool isLeafProc() const { return IsLeafProc; } in isLeafProc()
/external/llvm/lib/Target/Sparc/
DSparcMachineFunctionInfo.h33 bool IsLeafProc; variable
37 IsLeafProc(false) {} in SparcMachineFunctionInfo()
40 IsLeafProc(false) {} in SparcMachineFunctionInfo()
51 void setLeafProc(bool rhs) { IsLeafProc = rhs; } in setLeafProc()
52 bool isLeafProc() const { return IsLeafProc; } in isLeafProc()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcMachineFunctionInfo.h33 bool IsLeafProc; variable
37 IsLeafProc(false) {} in SparcMachineFunctionInfo()
40 IsLeafProc(false) {} in SparcMachineFunctionInfo()
51 void setLeafProc(bool rhs) { IsLeafProc = rhs; } in setLeafProc()
52 bool isLeafProc() const { return IsLeafProc; } in isLeafProc()