Home
last modified time | relevance | path

Searched refs:ValueScope (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h180 enum ValueScope : uint8_t { enum
427 struct DenseMapInfo<AA::ValueScope> : public DenseMapInfo<unsigned char> {
429 static inline AA::ValueScope getEmptyKey() {
430 return AA::ValueScope(Base::getEmptyKey());
432 static inline AA::ValueScope getTombstoneKey() {
433 return AA::ValueScope(Base::getTombstoneKey());
435 static unsigned getHashValue(const AA::ValueScope &S) {
439 static bool isEqual(const AA::ValueScope &LHS, const AA::ValueScope &RHS) {
1969 AA::ValueScope S) {
1975 AA::ValueScope S) {
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp401 AA::ValueScope::Intraprocedural, in clampReturnedValueStates()
5930 AA::ValueScope::Intraprocedural, in updateImpl()
10799 const Instruction *CtxI, AA::ValueScope S, in addValue()
10838 S = AA::ValueScope(S | AA::Interprocedural); in addValue()
10847 AA::ValueScope S;
10859 bool recurseForValue(Attributor &A, const IRPosition &IRP, AA::ValueScope S) { in recurseForValue()
10876 AA::ValueScope(It.second), getAnchorScope()); in recurseForValue()
10911 for (AA::ValueScope S : {AA::Interprocedural, AA::Intraprocedural}) { in manifest()
10932 AA::ValueScope S, bool RecurseForSelectAndPHI = false) const override { in getAssumedSimplifiedValues()
11324 AA::ValueScope S = II.S; in genericValueTraversal()
[all …]
H A DAttributor.cpp1415 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()
2006 AA::ValueScope S, in checkForAllReturnedValues()