Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h273 unsigned findRegisterToSaveLRTo(const outliner::Candidate &C) const;
H A DAArch64InstrInfo.cpp4903 AArch64InstrInfo::findRegisterToSaveLRTo(const outliner::Candidate &C) const { in findRegisterToSaveLRTo() function in AArch64InstrInfo
5089 else if (findRegisterToSaveLRTo(C)) { in getOutliningCandidateInfo()
5537 unsigned Reg = findRegisterToSaveLRTo(C); in insertOutlinedCall()