Searched refs:AAs (Results 1 – 5 of 5) sorted by relevance
16 runFinalizeActions(AllocActions &AAs) { in runFinalizeActions() argument18 DeallocActions.reserve(numDeallocActions(AAs)); in runFinalizeActions()20 for (auto &AA : AAs) { in runFinalizeActions()29 AAs.clear(); in runFinalizeActions()
50 inline size_t numDeallocActions(const AllocActions &AAs) { in numDeallocActions() argument52 AAs, [](const AllocActionCallPair &P) { return !!P.Dealloc; }); in numDeallocActions()66 runFinalizeActions(AllocActions &AAs);
79 : TLI(Arg.TLI), AAs(std::move(Arg.AAs)), AADeps(std::move(Arg.AADeps)) {} in AAResults()126 for (const auto &AA : AAs) { in alias()161 for (const auto &AA : AAs) { in getModRefInfoMask()175 for (const auto &AA : AAs) { in getArgModRefInfo()218 for (const auto &AA : AAs) { in getModRefInfo()271 for (const auto &AA : AAs) { in getModRefInfo()378 for (const auto &AA : AAs) { in getMemoryEffects()397 for (const auto &AA : AAs) { in getMemoryEffects()
332 AAs.emplace_back(new Model<AAResultT>(AAResult, *this));622 std::vector<std::unique_ptr<Concept>> AAs;
1531 orc::shared::AllocActions &allocActions() { return AAs; } in allocActions()1550 orc::shared::AllocActions AAs; variable