HomeSort by relevance Sort by last modified time
    Searched refs:ConstantPropagation (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/Scalar/
ConstantProp.cpp 38 struct ConstantPropagation : public FunctionPass {
40 ConstantPropagation() : FunctionPass(ID) {
53 char ConstantPropagation::ID = 0;
54 INITIALIZE_PASS_BEGIN(ConstantPropagation, "constprop",
57 INITIALIZE_PASS_END(ConstantPropagation, "constprop",
61 return new ConstantPropagation();
64 bool ConstantPropagation::runOnFunction(Function &F) {
  /art/compiler/dex/
pass_driver_me_post_opt.cc 45 GetPassInstance<ConstantPropagation>(),
post_opt_passes.h 255 * @class ConstantPropagation
258 class ConstantPropagation : public PassME {
260 ConstantPropagation() : PassME("ConstantPropagation") {

Completed in 54 milliseconds