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

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

Completed in 108 milliseconds