|
LLVM 22.0.0git
|
#include "llvm/Analysis/ScalarEvolutionDivision.h"#include "llvm/ADT/APInt.h"#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/SmallVector.h"#include "llvm/Analysis/ScalarEvolution.h"#include "llvm/IR/InstIterator.h"#include "llvm/IR/Instructions.h"#include "llvm/Support/Casting.h"#include <cassert>#include <cstdint>Go to the source code of this file.
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
Macros | |
| #define | DEBUG_TYPE "scev-division" |
| #define DEBUG_TYPE "scev-division" |
Definition at line 24 of file ScalarEvolutionDivision.cpp.