|
LLVM
4.0.0
|
A private "module" namespace for types and utilities used by JumpThreading. More...
Typedefs | |
| typedef SmallVectorImpl < std::pair< Constant *, BasicBlock * > > | PredValueInfo |
| typedef SmallVector< std::pair < Constant *, BasicBlock * >, 8 > | PredValueInfoTy |
Enumerations | |
| enum | ConstantPreference { WantInteger, WantBlockAddress } |
A private "module" namespace for types and utilities used by JumpThreading.
These are implementation details and should not be used by clients.
| typedef SmallVectorImpl<std::pair<Constant *, BasicBlock *> > llvm::jumpthreading::PredValueInfo |
Definition at line 35 of file JumpThreading.h.
| typedef SmallVector<std::pair<Constant *, BasicBlock *>, 8> llvm::jumpthreading::PredValueInfoTy |
Definition at line 36 of file JumpThreading.h.
| Enumerator | |
|---|---|
| WantInteger | |
| WantBlockAddress | |
Definition at line 40 of file JumpThreading.h.
1.8.6