Home
last modified time | relevance | path

Searched refs:AnyScope (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2598 AA::AnyScope, UsedAssumedInformation)) in updateImpl()
4705 Values, AA::AnyScope, in identifyAliveSuccessors()
10776 addValue(A, getState(), *Stripped, getCtxI(), AA::AnyScope, in initialize()
11325 Worklist.push_back({{*InitialV, getCtxI()}, AA::AnyScope}); in genericValueTraversal()
11449 addValue(A, getState(), *It.getValue(), It.getCtxI(), AA::AnyScope, in updateImpl()
11495 addValue(A, getState(), Arg, nullptr, AA::AnyScope, F); in initialize()
11539 addValue(A, getState(), *RetI.getOperand(0), &RetI, AA::AnyScope, in updateImpl()
11686 if (recurseForValue(A, IRP, AA::AnyScope)) in updateImpl()
11689 addValue(A, getState(), *V, CB, AA::AnyScope, getAnchorScope()); in updateImpl()
11708 addValue(A, getState(), *V, CB, AA::AnyScope, getAnchorScope()); in updateImpl()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h182 AnyScope = Intraprocedural | Interprocedural, enumerator