Searched refs:IsPPR (Results 1 – 1 of 1) sorted by relevance
3317 auto IsPPR = [](const RegPairInfo &c) { in spillCalleeSavedRegisters() local3320 auto PPRBegin = std::find_if(RegPairs.begin(), RegPairs.end(), IsPPR); in spillCalleeSavedRegisters()3417 auto IsPPR = [](const RegPairInfo &c) { return c.Type == RegPairInfo::PPR; }; in restoreCalleeSavedRegisters() local3418 auto PPRBegin = std::find_if(RegPairs.begin(), RegPairs.end(), IsPPR); in restoreCalleeSavedRegisters()3419 auto PPREnd = std::find_if_not(PPRBegin, RegPairs.end(), IsPPR); in restoreCalleeSavedRegisters()