|
LLVM
8.0.1
|
#include "llvm/ADT/APFloat.h"#include "llvm/ADT/APInt.h"#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/DenseSet.h"#include "llvm/ADT/FoldingSet.h"#include "llvm/ADT/SetVector.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/StringMap.h"#include "llvm/ADT/ilist.h"#include "llvm/ADT/iterator.h"#include "llvm/ADT/iterator_range.h"#include "llvm/Analysis/AliasAnalysis.h"#include "llvm/Analysis/LegacyDivergenceAnalysis.h"#include "llvm/CodeGen/DAGCombine.h"#include "llvm/CodeGen/FunctionLoweringInfo.h"#include "llvm/CodeGen/ISDOpcodes.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineMemOperand.h"#include "llvm/CodeGen/SelectionDAGNodes.h"#include "llvm/CodeGen/ValueTypes.h"#include "llvm/IR/DebugLoc.h"#include "llvm/IR/Instructions.h"#include "llvm/IR/Metadata.h"#include "llvm/Support/Allocator.h"#include "llvm/Support/ArrayRecycler.h"#include "llvm/Support/AtomicOrdering.h"#include "llvm/Support/Casting.h"#include "llvm/Support/CodeGen.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/MachineValueType.h"#include "llvm/Support/RecyclingAllocator.h"#include <algorithm>#include <cassert>#include <cstdint>#include <functional>#include <map>#include <string>#include <tuple>#include <utility>#include <vector>
Go to the source code of this file.
Classes | |
| class | llvm::SDVTListNode |
| struct | llvm::FoldingSetTrait< SDVTListNode > |
| Specialize FoldingSetTrait for SDVTListNode to avoid computing temp FoldingSetNodeID and hash value. More... | |
| struct | llvm::ilist_alloc_traits< SDNode > |
| class | llvm::SDDbgInfo |
| Keeps track of dbg_value information through SDISel. More... | |
| class | llvm::SelectionDAG |
| This is used to represent a portion of an LLVM function in a low-level Data Dependence DAG representation suitable for instruction selection. More... | |
| struct | llvm::SelectionDAG::DAGUpdateListener |
| Clients of various APIs that cause global effects on the DAG can optionally implement this interface. More... | |
| struct | llvm::SelectionDAG::DAGNodeDeletedListener |
| struct | llvm::GraphTraits< SelectionDAG * > |
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
Functions | |
| void | llvm::checkForCycles (const SelectionDAG *DAG, bool force=false) |
1.8.13