Searched refs:ValueScope (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 179 enum ValueScope : uint8_t { enum 428 static inline AA::ValueScope getEmptyKey() { 429 return AA::ValueScope(Base::getEmptyKey()); 431 static inline AA::ValueScope getTombstoneKey() { 432 return AA::ValueScope(Base::getTombstoneKey()); 434 static unsigned getHashValue(const AA::ValueScope &S) { 438 static bool isEqual(const AA::ValueScope &LHS, const AA::ValueScope &RHS) { 1976 AA::ValueScope S) { 1994 AA::ValueScope S); 2005 AA::ValueScope S, [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 401 AA::ValueScope::Intraprocedural, in clampReturnedValueStates() 10808 const Instruction *CtxI, AA::ValueScope S, in addValue() 10847 S = AA::ValueScope(S | AA::Interprocedural); in addValue() 10856 AA::ValueScope S; 10885 AA::ValueScope(It.second), getAnchorScope()); in recurseForValue() 11333 AA::ValueScope S = II.S; in genericValueTraversal() 11557 const Instruction *CtxI, AA::ValueScope S, in addValue() 11906 AA::ValueScope Scope) { in updateImpl() 11965 AA::ValueScope Scope = AA::Interprocedural) const override { in forallUnderlyingObjects() 11984 AA::ValueScope Scope) { in handleIndirect() [all …]
|
| H A D | Attributor.cpp | 1415 AA::ValueScope::Interprocedural, in getAssumedConstant() 1428 bool &UsedAssumedInformation, AA::ValueScope S) { in getAssumedSimplified() 1451 SmallVectorImpl<AA::ValueAndContext> &Values, AA::ValueScope S, in getAssumedSimplifiedValues() 1471 if ((S & AA::ValueScope::Interprocedural) || in getAssumedSimplifiedValues() 2002 AA::ValueScope S, in checkForAllReturnedValues()
|