LLVM 20.0.0git
|
#include "llvm/Transforms/Utils/Mem2Reg.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/Analysis/AssumptionCache.h"
#include "llvm/IR/BasicBlock.h"
#include "llvm/IR/Dominators.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/PassManager.h"
#include "llvm/InitializePasses.h"
#include "llvm/Pass.h"
#include "llvm/Support/Casting.h"
#include "llvm/Transforms/Utils.h"
#include "llvm/Transforms/Utils/PromoteMemToReg.h"
#include <vector>
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "mem2reg" |
Functions | |
STATISTIC (NumPromoted, "Number of alloca's promoted") | |
static bool | promoteMemoryToRegister (Function &F, DominatorTree &DT, AssumptionCache &AC) |
INITIALIZE_PASS_BEGIN (PromoteLegacyPass, "mem2reg", "Promote Memory to " "Register", false, false) INITIALIZE_PASS_END(PromoteLegacyPass | |
Variables | |
mem2reg | |
Promote Memory to | Register |
Promote Memory to | false |
#define DEBUG_TYPE "mem2reg" |
Definition at line 31 of file Mem2Reg.cpp.
INITIALIZE_PASS_BEGIN | ( | PromoteLegacyPass | , |
"mem2reg" | , | ||
"Promote Memory to " "Register" | , | ||
false | , | ||
false | |||
) |
|
static |
Definition at line 35 of file Mem2Reg.cpp.
References llvm::BasicBlock::begin(), llvm::BasicBlock::end(), F, I, llvm::isAllocaPromotable(), and llvm::PromoteMemToReg().
Referenced by llvm::PromotePass::run().
STATISTIC | ( | NumPromoted | , |
"Number of alloca's promoted" | |||
) |
Promote Memory to false |
Definition at line 111 of file Mem2Reg.cpp.
mem2reg |
Definition at line 110 of file Mem2Reg.cpp.
Definition at line 110 of file Mem2Reg.cpp.
Referenced by llvm::LegalizationArtifactCombiner::ArtifactValueFinder::findValueFromDef().