Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEMachineFunctionInfo.h47 void setLeafProc(bool rhs) { IsLeafProc = rhs; } in setLeafProc() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcMachineFunctionInfo.h55 void setLeafProc(bool rhs) { IsLeafProc = rhs; } in setLeafProc() function