LLVM API Documentation
#include "llvm/IR/Constants.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/Pass.h"
#include "llvm/IR/Type.h"
#include "llvm/Analysis/LoopInfo.h"
#include "llvm/Analysis/Passes.h"
#include "llvm/Analysis/ScalarEvolution.h"
#include "llvm/Analysis/ScalarEvolutionExpressions.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/InstIterator.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 18 of file Delinearization.cpp.
#define DL_NAME "delinearize" |
Definition at line 17 of file Delinearization.cpp.
|
static |
Definition at line 72 of file Delinearization.cpp.
References llvm::SPII::Load, and llvm::SPII::Store.
Referenced by llvm::AtomicRMWInst::getPointerAddressSpace(), and llvm::GEPOperator::getPointerOperandType().
INITIALIZE_PASS_BEGIN | ( | Delinearization | , |
DL_NAME | , | ||
delinearization_name | , | ||
true | , | ||
true | |||
) |
Definition at line 128 of file Delinearization.cpp.
|
static |
Definition at line 127 of file Delinearization.cpp.