Home
last modified time | relevance | path

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

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