Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEMachineFunctionInfo.h47 void setLeafProc(bool rhs) { IsLeafProc = rhs; } in setLeafProc() function
H A DVEFrameLowering.cpp495 FuncInfo->setLeafProc(true); in determineCalleeSaves()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcMachineFunctionInfo.h55 void setLeafProc(bool rhs) { IsLeafProc = rhs; } in setLeafProc() function
H A DSparcFrameLowering.cpp384 MFI->setLeafProc(true); in determineCalleeSaves()