LLVM API Documentation
#include "llvm/IR/Constants.h"
#include "llvm/Analysis/LoopInfo.h"
#include "llvm/Analysis/Passes.h"
#include "llvm/Analysis/ScalarEvolution.h"
#include "llvm/Analysis/ScalarEvolutionExpressions.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/CommandLine.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Defines | |
#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 36 of file Delinearization.cpp.
#define DL_NAME "delinearize" |
Definition at line 35 of file Delinearization.cpp.
static Value* getPointerOperand | ( | Instruction & | Inst | ) | [static] |
Definition at line 73 of file Delinearization.cpp.
References llvm::SPII::Load, and llvm::SPII::Store.
Referenced by llvm::AtomicRMWInst::getPointerAddressSpace(), llvm::GEPOperator::getPointerOperandType(), and llvm::PtrToIntOperator::getPointerOperandType().
INITIALIZE_PASS_BEGIN | ( | Delinearization | , |
DL_NAME | , | ||
delinearization_name | , | ||
true | , | ||
true | |||
) |
Definition at line 142 of file Delinearization.cpp.
const char delinearization_name[] = "Delinearization" [static] |
Definition at line 141 of file Delinearization.cpp.