Searched refs:IsPPR (Results 1 – 1 of 1) sorted by relevance
3623 auto IsPPR = [](const RegPairInfo &c) { in spillCalleeSavedRegisters() local3626 auto PPRBegin = std::find_if(RegPairs.begin(), RegPairs.end(), IsPPR); in spillCalleeSavedRegisters()3723 auto IsPPR = [](const RegPairInfo &c) { return c.Type == RegPairInfo::PPR; }; in restoreCalleeSavedRegisters() local3724 auto PPRBegin = llvm::find_if(RegPairs, IsPPR); in restoreCalleeSavedRegisters()3725 auto PPREnd = std::find_if_not(PPRBegin, RegPairs.end(), IsPPR); in restoreCalleeSavedRegisters()