|
LLVM
4.0.0
|
#include "llvm/Analysis/LoopInfo.h"#include "llvm/Analysis/Passes.h"#include "llvm/Analysis/ScalarEvolution.h"#include "llvm/Analysis/ScalarEvolutionExpressions.h"#include "llvm/IR/Constants.h"#include "llvm/IR/DerivedTypes.h"#include "llvm/IR/Function.h"#include "llvm/IR/InstIterator.h"#include "llvm/IR/Instructions.h"#include "llvm/IR/LLVMContext.h"#include "llvm/IR/Type.h"#include "llvm/Pass.h"#include "llvm/Support/Debug.h"#include "llvm/Support/raw_ostream.h"Go to the source code of this file.
Macros | |
| #define | DL_NAME "delinearize" |
| #define | DEBUG_TYPE DL_NAME |
Functions | |
| static Value * | getPointerOperand (Instruction &Inst) |
| INITIALIZE_PASS_BEGIN (Delinearization, DL_NAME, delinearization_name, true, true) FunctionPass *llvm | |
Variables | |
| static const char | delinearization_name [] = "Delinearization" |
| #define DEBUG_TYPE DL_NAME |
Definition at line 35 of file Delinearization.cpp.
| #define DL_NAME "delinearize" |
Definition at line 34 of file Delinearization.cpp.
|
static |
Definition at line 72 of file Delinearization.cpp.
References llvm::SPII::Load, and llvm::SPII::Store.
Referenced by llvm::LoopVersioning::annotateInstWithNoAlias(), llvm::getGuaranteedNonFullPoisonOp(), llvm::AtomicRMWInst::getPointerAddressSpace(), llvm::GEPOperator::getPointerOperandType(), llvm::PtrToIntOperator::getPointerOperandType(), and processMemAccess().
| INITIALIZE_PASS_BEGIN | ( | Delinearization | , |
| DL_NAME | , | ||
| delinearization_name | , | ||
| true | , | ||
| true | |||
| ) |
Definition at line 135 of file Delinearization.cpp.
|
static |
Definition at line 134 of file Delinearization.cpp.
1.8.6