Searched refs:CSA (Results 1 – 5 of 5) sorted by relevance
737 BV &= CSA.CalleeSaved; in classifyCSRUses()741 if (CSA.getSavedReg(Inst) != I && CSA.getRestoredReg(Inst) != I) in classifyCSRUses()746 BV = CSA.CalleeSaved; in classifyCSRUses()757 if (!CSA.CalleeSaved[I]) in pruneUnwantedCSRs()760 CSA.CalleeSaved.reset(I); in pruneUnwantedCSRs()768 CSA.CalleeSaved.reset(I); in pruneUnwantedCSRs()771 if (!CSA.HasRestores[I]) { in pruneUnwantedCSRs()807 if (!CSA.CalleeSaved[I]) in computeSaveLocations()839 if (!CSA.CalleeSaved[I]) in computeSaveLocations()893 if (!CSA.CalleeSaved[CSR]) in isBestSavePosCold()[all …]
306 CalleeSavedAnalysis CSA; variable514 CSA(FA, BF, Info, AllocId) {} in ShrinkWrapping()
2230 if (const auto *CSA = D->getAttr<CodeSegAttr>()) in setNonAliasAttributes() local2231 GO->setSection(CSA->getName()); in setNonAliasAttributes()2322 if (const auto *CSA = FD->getAttr<CodeSegAttr>()) in SetFunctionAttributes() local2323 F->setSection(CSA->getName()); in SetFunctionAttributes()
3386 if (CodeSegAttr *CSA = S.mergeCodeSegAttr(D, AL, Str)) in handleCodeSegAttr() local3387 D->addAttr(CSA); in handleCodeSegAttr()
2836 else if (const auto *CSA = dyn_cast<CodeSegAttr>(Attr)) in mergeDeclAttribute() local2837 NewAttr = S.mergeCodeSegAttr(D, *CSA, CSA->getName()); in mergeDeclAttribute()