Searched refs:AG (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp431 static NodeRef getEntryNode(ArgumentGraph *AG) { return AG->getEntryNode(); } argument
433 static ChildIteratorType nodes_begin(ArgumentGraph *AG) { argument
434 return AG->begin();
437 static ChildIteratorType nodes_end(ArgumentGraph *AG) { return AG->end(); } argument
686 ArgumentGraph AG;
732 ArgumentGraphNode *Node = AG[&*A];
734 Node->Uses.push_back(AG[Use]);
763 for (scc_iterator<ArgumentGraph *> I = scc_begin(&AG); !
[all...]
H A DAttributor.cpp2042 AnalysisGetter &AG,
2092 AnalysisGetter AG(FAM);
2100 InformationCache InfoCache(M, AG, Allocator, /* CGSCC */ nullptr);
2101 if (runAttributorOnFunctions(InfoCache, Functions, AG, CGUpdater)) {
2114 AnalysisGetter AG(FAM);
2127 InformationCache InfoCache(M, AG, Allocator, /* CGSCC */ &Functions);
2128 if (runAttributorOnFunctions(InfoCache, Functions, AG, CGUpdater)) {
2148 AnalysisGetter AG;
2155 InformationCache InfoCache(M, AG, Allocator, /* CGSCC */ nullptr);
2156 return runAttributorOnFunctions(InfoCache, Functions, AG, CGUpdate
[all...]
H A DOpenMPOpt.cpp129 OMPInformationCache(Module &M, AnalysisGetter &AG, argument
132 : InformationCache(M, AG, Allocator, &CGSCC), OMPBuilder(M),
1351 AnalysisGetter AG(FAM);
1362 OMPInformationCache InfoCache(*(Functions.back()->getParent()), AG, Allocator,
1424 AnalysisGetter AG; variable
1428 *(Functions.back()->getParent()), AG, Allocator,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp568 auto ContainsAccessGroup = [&ParallelAccessGroups](MDNode *AG) -> bool {
569 if (AG->getNumOperands() == 0) {
570 assert(isValidAsAccessGroup(AG) && "Item must be an access group");
571 return ParallelAccessGroups.count(AG);
574 for (const MDOperand &AccessListItem : AG->operands()) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h635 InformationCache(const Module &M, AnalysisGetter &AG, argument
642 [&](const Function &F) { return AG.getAnalysis<LoopAnalysis>(F); },
645 return AG.getAnalysis<DominatorTreeAnalysis>(F);
649 return AG.getAnalysis<PostDominatorTreeAnalysis>(F);
651 AG(AG), CGSCC(CGSCC) {}
684 return AG.getAnalysis<TargetLibraryAnalysis>(F);
689 return AG.getAnalysis<AAManager>(F);
702 return AG.getAnalysis<AP>(F);
769 AnalysisGetter &AG; member in struct:InformationCache
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp324 case SystemZ::AG: ConvOpc = SystemZ::ALG; break;

Completed in 176 milliseconds