reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1780 (DerefBytesState.isAtFixpoint() && GlobalState.isAtFixpoint()); 1786 GlobalState.indicateOptimisticFixpoint(); 1793 GlobalState.indicatePessimisticFixpoint(); 1810 this->GlobalState == R.GlobalState; 1810 this->GlobalState == R.GlobalState; 1819 GlobalState ^= R.GlobalState; 1819 GlobalState ^= R.GlobalState; 1826 GlobalState &= R.GlobalState; 1826 GlobalState &= R.GlobalState; 1833 GlobalState |= R.GlobalState; 1833 GlobalState |= R.GlobalState; 1859 bool isAssumedGlobal() const { return GlobalState.getAssumed(); } 1863 bool isKnownGlobal() const { return GlobalState.getKnown(); }lib/Transforms/IPO/Attributor.cpp
2456 clampStateAndIndicateChange<BooleanState>(S.GlobalState, R.GlobalState); 2456 clampStateAndIndicateChange<BooleanState>(S.GlobalState, R.GlobalState); 2547 T.GlobalState.indicatePessimisticFixpoint(); 2551 T.GlobalState &= DS.GlobalState; 2551 T.GlobalState &= DS.GlobalState;