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

1 2 3 4

  /external/llvm/lib/CodeGen/
MachineBlockFrequencyInfo.cpp 25 INITIALIZE_PASS_END(MachineBlockFrequencyInfo, "machine-block-freq",
LiveStackAnalysis.cpp 31 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 36 INITIALIZE_PASS_END(LiveRegMatrix, "liveregmatrix",
ProcessImplicitDefs.cpp 55 INITIALIZE_PASS_END(ProcessImplicitDefs, "processimpdefs",
CalcSpillWeights.cpp 32 INITIALIZE_PASS_END(CalculateSpillWeights, "calcspillweights",
  /external/llvm/lib/Analysis/
BlockFrequencyInfo.cpp 26 INITIALIZE_PASS_END(BlockFrequencyInfo, "block-freq", "Block Frequency Analysis",
DominanceFrontier.cpp 21 INITIALIZE_PASS_END(DominanceFrontier, "domfrontier",
ProfileDataLoaderPass.cpp 77 INITIALIZE_PASS_END(ProfileMetadataLoaderPass, "profile-metadata-loader",
CostModel.cpp 65 INITIALIZE_PASS_END (CostModelAnalysis, CM_NAME, cm_name, false, true)
MemDepPrinter.cpp 84 INITIALIZE_PASS_END(MemDepPrinter, "print-memdeps",
  /external/llvm/lib/Transforms/IPO/
InlineSimple.cpp 66 INITIALIZE_PASS_END(SimpleInliner, "inline",
InlineAlways.cpp 68 INITIALIZE_PASS_END(AlwaysInliner, "always-inline",
LoopExtractor.cpp 61 INITIALIZE_PASS_END(LoopExtractor, "loop-extract",
  /external/llvm/lib/Transforms/Scalar/
FlattenCFGPass.cpp 44 INITIALIZE_PASS_END(FlattenCFGPass, "flattencfg", "Flatten the CFG", false,
ConstantProp.cpp 56 INITIALIZE_PASS_END(ConstantPropagation, "constprop",
BasicBlockPlacement.cpp 82 INITIALIZE_PASS_END(BlockPlacement, "block-placement",
Reg2Mem.cpp 67 INITIALIZE_PASS_END(RegToMem, "reg2mem", "Demote all values to stack slots",
LoopInstSimplify.cpp 60 INITIALIZE_PASS_END(LoopInstSimplify, "loop-instsimplify",
LoopUnrollPass.cpp 111 INITIALIZE_PASS_END(LoopUnroll, "loop-unroll", "Unroll loops", false, false)
  /external/llvm/lib/Transforms/Utils/
Mem2Reg.cpp 56 INITIALIZE_PASS_END(PromotePass, "mem2reg", "Promote Memory to Register",
SimplifyInstructions.cpp 93 INITIALIZE_PASS_END(InstSimplifier, "instsimplify",
  /external/llvm/unittests/IR/
PassManagerTest.cpp 547 INITIALIZE_PASS_END(CGPass, "cgp","cgp", false, false)
551 INITIALIZE_PASS_END(LPass, "lp","lp", false, false)
  /external/llvm/include/llvm/
PassSupport.h 172 #define INITIALIZE_PASS_END(passName, arg, name, cfg, analysis) \

Completed in 363 milliseconds

1 2 3 4