Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()