Home
last modified time | relevance | path

Searched defs:isLeafProc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEMachineFunctionInfo.h48 bool isLeafProc() const { return IsLeafProc; } in isLeafProc() function
H A DVEFrameLowering.cpp474 bool VEFrameLowering::isLeafProc(MachineFunction &MF) const { in isLeafProc() function in VEFrameLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcMachineFunctionInfo.h56 bool isLeafProc() const { return IsLeafProc; } in isLeafProc() function
H A DSparcFrameLowering.cpp323 bool SparcFrameLowering::isLeafProc(MachineFunction &MF) const in isLeafProc() function in SparcFrameLowering