Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2601 AA::AnyScope, UsedAssumedInformation)) in updateImpl()
4708 Values, AA::AnyScope, in identifyAliveSuccessors()
5024 AA::AnyScope, UsedAssumedInformation)) { in updateImpl()
5319 AA::AnyScope, UsedAssumedInformation)) { in updateImpl()
10246 AA::AnyScope, UsedAssumedInformation)) in updateImpl()
10379 AA::AnyScope, UsedAssumedInformation)) { in updateImpl()
10534 AA::AnyScope, UsedAssumedInformation)) { in updateImpl()
10767 addValue(A, getState(), *Stripped, getCtxI(), AA::AnyScope, in initialize()
10898 getState().unionAssumed({{getAssociatedValue(), getCtxI()}, AA::AnyScope}); in indicatePessimisticFixpoint()
11316 Worklist.push_back({{*InitialV, getCtxI()}, AA::AnyScope}); in genericValueTraversal()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h183 AnyScope = Intraprocedural | Interprocedural, enumerator