Home
last modified time | relevance | path

Searched refs:AbstractState (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DConstantEmitter.h167 struct AbstractState { struct
171 AbstractState pushAbstract() { in pushAbstract() argument
172 AbstractState saved = { Abstract, PlaceholderAddresses.size() }; in pushAbstract()
176 llvm::Constant *validateAndPopAbstract(llvm::Constant *C, AbstractState save);
H A DCGExprConstant.cpp1363 AbstractState saved) { in validateAndPopAbstract()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2248 struct AbstractState {
2249 virtual ~AbstractState() = default;
2287 struct IntegerStateBase : public AbstractState {
2571 struct IntegerRangeState : public AbstractState {
2683 template <typename BaseTy> struct SetState : public AbstractState {
2926 using StateType = AbstractState;
3027 raw_ostream &operator<<(raw_ostream &OS, const AbstractState &State);
3033 << static_cast<const AbstractState &>(S);
3534 struct DerefState : AbstractState {
3867 struct ValueSimplifyStateType : public AbstractState {
[all …]
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1824 AbstractState &State = ChangedAA->getState(); in runTillFixpoint()
1867 AbstractState &State = AA->getState(); in manifestAttributes()
3175 return OS << static_cast<const AbstractState &>(S); in operator <<()
3178 raw_ostream &llvm::operator<<(raw_ostream &OS, const AbstractState &S) { in operator <<()
H A DAttributorAttributes.cpp739 struct AA::PointerInfo::State : public AbstractState {
1634 class AAReturnedValuesImpl : public AAReturnedValues, public AbstractState {
1690 AbstractState &getState() override { return *this; } in getState()
1693 const AbstractState &getState() const override { return *this; } in getState()
H A DOpenMPOpt.cpp566 struct KernelInfoState : AbstractState {