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

12345

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

Completed in 378 milliseconds

12345