Searched refs:AbstractState (Results 1 – 7 of 7) sorted by relevance
176 struct AbstractState { struct180 AbstractState pushAbstract() { in pushAbstract() argument181 AbstractState saved = { Abstract, PlaceholderAddresses.size() }; in pushAbstract()185 llvm::Constant *validateAndPopAbstract(llvm::Constant *C, AbstractState save);
1584 AbstractState saved) { in validateAndPopAbstract()
2642 struct AbstractState {2643 virtual ~AbstractState() = default;2681 struct IntegerStateBase : public AbstractState {2968 struct IntegerRangeState : public AbstractState {3080 template <typename BaseTy> struct SetState : public AbstractState {3323 using StateType = AbstractState;3465 LLVM_ABI raw_ostream &operator<<(raw_ostream &OS, const AbstractState &State);3471 << static_cast<const AbstractState &>(S);4123 struct DerefState : AbstractState {4480 struct ValueSimplifyStateType : public AbstractState {[all …]
2238 AbstractState &State = ChangedAA->getState(); in runTillFixpoint()2272 AbstractState &State = AA->getState(); in manifestAttributes()3707 return OS << static_cast<const AbstractState &>(S); in operator <<()3710 raw_ostream &llvm::operator<<(raw_ostream &OS, const AbstractState &S) { in operator <<()
696 struct KernelInfoState : AbstractState {
792 struct AA::PointerInfo::State : public AbstractState {
966 struct TupleDecIntegerRangeState : public AbstractState {