Searched refs:findRegisterToSaveLRTo (Results 1 – 4 of 4) sorted by relevance
351 unsigned findRegisterToSaveLRTo(const outliner::Candidate &C) const;
6403 AArch64InstrInfo::findRegisterToSaveLRTo(const outliner::Candidate &C) const { in findRegisterToSaveLRTo() function in AArch64InstrInfo6761 else if (findRegisterToSaveLRTo(C)) { in getOutliningCandidateInfo()6842 (!C.LRU.available(AArch64::LR) || !findRegisterToSaveLRTo(C)); in getOutliningCandidateInfo()7405 unsigned Reg = findRegisterToSaveLRTo(C); in insertOutlinedCall()
377 unsigned findRegisterToSaveLRTo(const outliner::Candidate &C) const;
5694 ARMBaseInstrInfo::findRegisterToSaveLRTo(const outliner::Candidate &C) const { in findRegisterToSaveLRTo() function in ARMBaseInstrInfo5854 else if (findRegisterToSaveLRTo(C)) { in getOutliningCandidateInfo()6462 unsigned Reg = findRegisterToSaveLRTo(C); in insertOutlinedCall()