HomeSort by: relevance | last modified time | path
    Searched refs:AbstractState (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
ConstantEmitter.h 167 struct AbstractState {
171 AbstractState pushAbstract() {
172 AbstractState saved = { Abstract, PlaceholderAddresses.size() };
176 llvm::Constant *validateAndPopAbstract(llvm::Constant *C, AbstractState save);
CGExprConstant.cpp 1334 AbstractState saved) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 39 // currently assumed state (see the AbstractState class) might not be valid
73 // (which could be the same) that (transitively) inherits from AbstractState.
1767 struct AbstractState {
1768 virtual ~AbstractState() {}
1806 struct IntegerStateBase : public AbstractState {
1824 /// See AbstractState::isValidState()
1828 /// See AbstractState::isAtFixpoint()
1831 /// See AbstractState::indicateOptimisticFixpoint(...)
1837 /// See AbstractState::indicatePessimisticFixpoint(...)
2090 struct IntegerRangeState : public AbstractState {
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
Attributor.cpp 1103 AbstractState &State = ChangedAA->getState();
1142 AbstractState &State = AA->getState();
2264 return OS << static_cast<const AbstractState &>(S);
2267 raw_ostream &llvm::operator<<(raw_ostream &OS, const AbstractState &S) {
AttributorAttributes.cpp 816 class AAReturnedValuesImpl : public AAReturnedValues, public AbstractState {
879 AbstractState &getState() override { return *this; }
882 const AbstractState &getState() const override { return *this; }
909 /// See AbstractState::checkForAllReturnedValues(...).
917 /// See AbstractState::isAtFixpoint().
920 /// See AbstractState::isValidState().
923 /// See AbstractState::indicateOptimisticFixpoint(...).
4187 /// See AbstractState::getAsStr().
4652 /// See AbstractState::indicatePessimisticFixpoint(...).
5957 /// See AbstractState::getAsStr()
    [all...]

Completed in 62 milliseconds