Home
last modified time | relevance | path

Searched refs:INITIALIZE_PASS_BEGIN (Results 1 – 25 of 109) sorted by relevance

12345

/external/llvm/lib/Transforms/Scalar/
DFlattenCFGPass.cpp42 INITIALIZE_PASS_BEGIN(FlattenCFGPass, "flattencfg", "Flatten the CFG", false,
DConstantProp.cpp54 INITIALIZE_PASS_BEGIN(ConstantPropagation, "constprop",
DReg2Mem.cpp64 INITIALIZE_PASS_BEGIN(RegToMem, "reg2mem", "Demote all values to stack slots",
DSimplifyCFGPass.cpp59 INITIALIZE_PASS_BEGIN(CFGSimplifyPass, "simplifycfg", "Simplify the CFG", false,
DLoopInstSimplify.cpp55 INITIALIZE_PASS_BEGIN(LoopInstSimplify, "loop-instsimplify",
DLoopDeletion.cpp63 INITIALIZE_PASS_BEGIN(LoopDeletion, "loop-deletion",
/external/llvm/lib/Transforms/Utils/
DMem2Reg.cpp52 INITIALIZE_PASS_BEGIN(PromotePass, "mem2reg", "Promote Memory to Register",
DSimplifyInstructions.cpp102 INITIALIZE_PASS_BEGIN(InstSimplifier, "instsimplify",
DAddDiscriminators.cpp84 INITIALIZE_PASS_BEGIN(AddDiscriminators, "add-discriminators",
/external/llvm/lib/Transforms/IPO/
DInlineSimple.cpp74 INITIALIZE_PASS_BEGIN(SimpleInliner, "inline",
DInlineAlways.cpp66 INITIALIZE_PASS_BEGIN(AlwaysInliner, "always-inline",
/external/llvm/lib/CodeGen/
DMachineLoopInfo.cpp29 INITIALIZE_PASS_BEGIN(MachineLoopInfo, "machine-loops",
DLiveStackAnalysis.cpp29 INITIALIZE_PASS_BEGIN(LiveStacks, "livestacks",
DMachineBranchProbabilityInfo.cpp22 INITIALIZE_PASS_BEGIN(MachineBranchProbabilityInfo, "machine-branch-prob",
DMachineBlockFrequencyInfo.cpp116 INITIALIZE_PASS_BEGIN(MachineBlockFrequencyInfo, "machine-block-freq",
DProcessImplicitDefs.cpp53 INITIALIZE_PASS_BEGIN(ProcessImplicitDefs, "processimpdefs",
DLiveRegMatrix.cpp33 INITIALIZE_PASS_BEGIN(LiveRegMatrix, "liveregmatrix",
/external/llvm/lib/Target/R600/
DSIFixSGPRLiveRanges.cpp60 INITIALIZE_PASS_BEGIN(SIFixSGPRLiveRanges, DEBUG_TYPE,
DSILowerI1Copies.cpp57 INITIALIZE_PASS_BEGIN(SILowerI1Copies, DEBUG_TYPE,
/external/llvm/lib/Analysis/
DDelinearization.cpp142 INITIALIZE_PASS_BEGIN(Delinearization, DL_NAME, delinearization_name, true, in INITIALIZE_PASS_BEGIN() function
DBlockFrequencyInfo.cpp108 INITIALIZE_PASS_BEGIN(BlockFrequencyInfo, "block-freq",
DDominanceFrontier.cpp17 INITIALIZE_PASS_BEGIN(DominanceFrontier, "domfrontier",
DMemDepPrinter.cpp80 INITIALIZE_PASS_BEGIN(MemDepPrinter, "print-memdeps",
/external/llvm/unittests/IR/
DLegacyPassManagerTest.cpp552 INITIALIZE_PASS_BEGIN(CGPass, "cgp","cgp", false, false)
556 INITIALIZE_PASS_BEGIN(LPass, "lp","lp", false, false)
/external/llvm/include/llvm/
DPassSupport.h67 #define INITIALIZE_PASS_BEGIN(passName, arg, name, cfg, analysis) \ macro

12345