HomeSort by relevance Sort by last modified time
    Searched refs:INITIALIZE_PASS_END (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /external/llvm/lib/Transforms/Scalar/
FlattenCFGPass.cpp 45 INITIALIZE_PASS_END(FlattenCFGPass, "flattencfg", "Flatten the CFG", false,
ConstantProp.cpp 57 INITIALIZE_PASS_END(ConstantPropagation, "constprop",
Reg2Mem.cpp 67 INITIALIZE_PASS_END(RegToMem, "reg2mem", "Demote all values to stack slots",
LoopInstSimplify.cpp 61 INITIALIZE_PASS_END(LoopInstSimplify, "loop-instsimplify",
SimplifyCFGPass.cpp 62 INITIALIZE_PASS_END(CFGSimplifyPass, "simplifycfg", "Simplify the CFG", false,
  /external/llvm/lib/CodeGen/
LiveStackAnalysis.cpp 32 INITIALIZE_PASS_END(LiveStacks, "livestacks",
MachineLoopInfo.cpp 32 INITIALIZE_PASS_END(MachineLoopInfo, "machine-loops",
MachineBranchProbabilityInfo.cpp 24 INITIALIZE_PASS_END(MachineBranchProbabilityInfo, "machine-branch-prob",
LiveRegMatrix.cpp 37 INITIALIZE_PASS_END(LiveRegMatrix, "liveregmatrix",
MachineBlockFrequencyInfo.cpp 120 INITIALIZE_PASS_END(MachineBlockFrequencyInfo, "machine-block-freq",
ProcessImplicitDefs.cpp 55 INITIALIZE_PASS_END(ProcessImplicitDefs, "processimpdefs",
JumpInstrTables.cpp 43 INITIALIZE_PASS_END(JumpInstrTables, "jump-instr-tables",
  /external/llvm/lib/Transforms/IPO/
InlineAlways.cpp 70 INITIALIZE_PASS_END(AlwaysInliner, "always-inline",
InlineSimple.cpp 78 INITIALIZE_PASS_END(SimpleInliner, "inline",
  /external/llvm/lib/Transforms/Utils/
Mem2Reg.cpp 55 INITIALIZE_PASS_END(PromotePass, "mem2reg", "Promote Memory to Register",
SimplifyInstructions.cpp 105 INITIALIZE_PASS_END(InstSimplifier, "instsimplify",
AddDiscriminators.cpp 86 INITIALIZE_PASS_END(AddDiscriminators, "add-discriminators",
  /external/llvm/lib/Target/R600/
SIFixSGPRLiveRanges.cpp 63 INITIALIZE_PASS_END(SIFixSGPRLiveRanges, DEBUG_TYPE,
SILowerI1Copies.cpp 60 INITIALIZE_PASS_END(SILowerI1Copies, DEBUG_TYPE,
  /external/llvm/lib/Analysis/
BlockFrequencyInfo.cpp 112 INITIALIZE_PASS_END(BlockFrequencyInfo, "block-freq",
Delinearization.cpp 145 INITIALIZE_PASS_END(Delinearization, DL_NAME, delinearization_name, true, true)
DominanceFrontier.cpp 20 INITIALIZE_PASS_END(DominanceFrontier, "domfrontier",
MemDepPrinter.cpp 83 INITIALIZE_PASS_END(MemDepPrinter, "print-memdeps",
  /external/llvm/unittests/IR/
LegacyPassManagerTest.cpp 554 INITIALIZE_PASS_END(CGPass, "cgp","cgp", false, false)
558 INITIALIZE_PASS_END(LPass, "lp","lp", false, false)
  /external/llvm/include/llvm/
PassSupport.h 75 #define INITIALIZE_PASS_END(passName, arg, name, cfg, analysis) \

Completed in 233 milliseconds

1 2 3 4 5