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