Searched refs:AbstractState (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DConstantEmitter.h167 struct AbstractState { struct in class:clang::CodeGen::ConstantEmitter
171 AbstractState pushAbstract() {
172 AbstractState saved = { Abstract, PlaceholderAddresses.size() };
176 llvm::Constant *validateAndPopAbstract(llvm::Constant *C, AbstractState save);
H A DCGExprConstant.cpp1331 AbstractState saved) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h39 // currently assumed state (see the AbstractState class) might not be valid
73 // (which could be the same) that (transitively) inherits from AbstractState.
1461 struct AbstractState { struct
1462 virtual ~AbstractState() {}
1500 struct IntegerStateBase : public AbstractState {
1518 /// See AbstractState::isValidState()
1522 /// See AbstractState::isAtFixpoint()
1525 /// See AbstractState::indicateOptimisticFixpoint(...)
1531 /// See AbstractState::indicatePessimisticFixpoint(...)
1784 struct IntegerRangeState : public AbstractState {
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1010 AbstractState &State = ChangedAA->getState();
1046 AbstractState &State = AA->getState();
2018 return OS << static_cast<const AbstractState &>(S);
2021 raw_ostream &llvm::operator<<(raw_ostream &OS, const AbstractState &S) {
H A DAttributorAttributes.cpp754 class AAReturnedValuesImpl : public AAReturnedValues, public AbstractState {
817 AbstractState &getState() override { return *this; }
820 const AbstractState &getState() const override { return *this; }
847 /// See AbstractState::checkForAllReturnedValues(...).
855 /// See AbstractState::isAtFixpoint().
858 /// See AbstractState::isValidState().
861 /// See AbstractState::indicateOptimisticFixpoint(...).
3967 /// See AbstractState::getAsStr().
4414 /// See AbstractState::indicatePessimisticFixpoint(...).
5611 /// See AbstractState
[all...]

Completed in 189 milliseconds