Home
last modified time | relevance | path

Searched refs:UseAtEnd (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.h63 bool UseAtEnd,
H A DPPCFrameLowering.cpp599 bool UseAtEnd, in findScratchRegister() argument
617 if ((UseAtEnd && MBB->isReturnBlock()) || in findScratchRegister()
618 (!UseAtEnd && (&MBB->getParent()->front() == MBB))) in findScratchRegister()
623 if (UseAtEnd && !MBB->empty()) { in findScratchRegister()