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.cpp2643 AA::AnyScope, UsedAssumedInformation)) in updateImpl()
4742 Values, AA::AnyScope, in identifyAliveSuccessors()
5058 AA::AnyScope, UsedAssumedInformation)) { in updateImpl()
5375 AA::AnyScope, UsedAssumedInformation)) { in updateImpl()
10326 AA::AnyScope, UsedAssumedInformation)) in updateImpl()
10459 AA::AnyScope, UsedAssumedInformation)) { in updateImpl()
10614 AA::AnyScope, UsedAssumedInformation)) { in updateImpl()
10847 addValue(A, getState(), *Stripped, getCtxI(), AA::AnyScope, in initialize()
10976 getState().unionAssumed({{getAssociatedValue(), getCtxI()}, AA::AnyScope}); in indicatePessimisticFixpoint()
11394 Worklist.push_back({{*InitialV, getCtxI()}, AA::AnyScope}); in genericValueTraversal()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h185 AnyScope = Intraprocedural | Interprocedural, enumerator