Searched refs:findRegisterToSaveLRTo (Results 1 – 4 of 4) sorted by relevance
351 unsigned findRegisterToSaveLRTo(const outliner::Candidate &C) const;
6342 AArch64InstrInfo::findRegisterToSaveLRTo(const outliner::Candidate &C) const { in findRegisterToSaveLRTo() function in AArch64InstrInfo6700 else if (findRegisterToSaveLRTo(C)) { in getOutliningCandidateInfo()6781 (!C.LRU.available(AArch64::LR) || !findRegisterToSaveLRTo(C)); in getOutliningCandidateInfo()7337 unsigned Reg = findRegisterToSaveLRTo(C); in insertOutlinedCall()
376 unsigned findRegisterToSaveLRTo(const outliner::Candidate &C) const;
5704 ARMBaseInstrInfo::findRegisterToSaveLRTo(const outliner::Candidate &C) const { in findRegisterToSaveLRTo() function in ARMBaseInstrInfo5864 else if (findRegisterToSaveLRTo(C)) { in getOutliningCandidateInfo()6475 unsigned Reg = findRegisterToSaveLRTo(C); in insertOutlinedCall()