|
LLVM
8.0.1
|
#include "llvm/ADT/StringMap.h"#include "llvm/IR/GlobalValue.h"#include "llvm/IR/Value.h"#include "llvm/IR/ValueMap.h"#include <map>

Go to the source code of this file.
Classes | |
| class | llvm::PseudoSourceValue |
| Special value supplied for machine level alias analysis. More... | |
| class | llvm::FixedStackPseudoSourceValue |
| A specialized PseudoSourceValue for holding FixedStack values, which must include a frame index. More... | |
| class | llvm::CallEntryPseudoSourceValue |
| class | llvm::GlobalValuePseudoSourceValue |
| A specialized pseudo soruce value for holding GlobalValue values. More... | |
| class | llvm::ExternalSymbolPseudoSourceValue |
| A specialized pseudo source value for holding external symbol values. More... | |
| class | llvm::PseudoSourceValueManager |
| Manages creation of pseudo source values. More... | |
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
Functions | |
| raw_ostream & | llvm::operator<< (raw_ostream &OS, const MachineMemOperand &MRO) |
| raw_ostream & | llvm::operator<< (raw_ostream &OS, const PseudoSourceValue *PSV) |
1.8.13