Home
last modified time | relevance | path

Searched defs:Optimize (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_ico.h53 bool Optimize(BB &curBB) override in Optimize() function
93 bool Optimize(BB &curBB) override in Optimize() function
Daarch64_global.h37 void Optimize() in Optimize() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_local_opt.cpp49 void LocalCopyRegProp::Optimize(BB &bb, Insn &insn) in Optimize() function in maplebe::LocalCopyRegProp
106 void X64RedundantDefRemove::Optimize(BB &bb, Insn &insn) in Optimize() function in maplebe::X64RedundantDefRemove
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_prop.h68 void Optimize(CGFunc &cgFunc, CGSSAInfo *cgssaInfo, LiveIntervalAnalysis *ll) const in Optimize() function
74 void Optimize(CGFunc &cgFunc, CGSSAInfo *cgssaInfo) const in Optimize() function
Dlocal_opt.h55 void Optimize() in Optimize() function
Dcg_validbit_opt.h84 void Optimize(BB &bb, Insn &insn) in Optimize() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcfgo.cpp254 bool ChainingPattern::Optimize(BB &curBB) in Optimize() function in maplebe::ChainingPattern
350 bool SequentialJumpPattern::Optimize(BB &curBB) in Optimize() function in maplebe::SequentialJumpPattern
678 bool FlipBRPattern::Optimize(BB &curBB) in Optimize() function in maplebe::FlipBRPattern
826 bool EmptyBBPattern::Optimize(BB &curBB) in Optimize() function in maplebe::EmptyBBPattern
878 bool UnreachBBPattern::Optimize(BB &curBB) in Optimize() function in maplebe::UnreachBBPattern
963 bool DuplicateBBPattern::Optimize(BB &curBB) in Optimize() function in maplebe::DuplicateBBPattern
1326 bool CrossJumpBBPattern::Optimize(BB &curBB) in Optimize() function in maplebe::CrossJumpBBPattern
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_global.cpp362 void ForwardPropPattern::Optimize(Insn &insn) in Optimize() function in maplebe::ForwardPropPattern
752 void BackPropPattern::Optimize(Insn &insn) in Optimize() function in maplebe::BackPropPattern
892 void CmpCsetPattern::Optimize(Insn &insn) in Optimize() function in maplebe::CmpCsetPattern
955 void CselPattern::Optimize(Insn &insn) in Optimize() function in maplebe::CselPattern
1118 void RedundantUxtPattern::Optimize(Insn &insn) in Optimize() function in maplebe::RedundantUxtPattern
1267 void LocalVarSaveInsnPattern::Optimize(Insn &insn) in Optimize() function in maplebe::LocalVarSaveInsnPattern
1684 void ExtendShiftOptPattern::Optimize(Insn &insn) in Optimize() function in maplebe::ExtendShiftOptPattern
1947 void ExtenToMovPattern::Optimize(Insn &insn) in Optimize() function in maplebe::ExtenToMovPattern
1984 void SameDefPattern::Optimize(Insn &insn) in Optimize() function in maplebe::SameDefPattern
2138 void AndCbzPattern::Optimize(Insn &insn) in Optimize() function in maplebe::AndCbzPattern
[all …]
Daarch64_prop.cpp1300 void ExtendShiftPattern::Optimize(Insn &insn) in Optimize() function in maplebe::ExtendShiftPattern
1587 void ExtendMovPattern::Optimize(Insn &insn) in Optimize() function in maplebe::ExtendMovPattern
1693 void CopyRegProp::Optimize(Insn &insn) in Optimize() function in maplebe::CopyRegProp
1731 void RedundantPhiProp::Optimize(Insn &insn) in Optimize() function in maplebe::RedundantPhiProp
1800 void ValidBitNumberProp::Optimize(Insn &insn) in Optimize() function in maplebe::ValidBitNumberProp
1991 void FpSpConstProp::Optimize(Insn &insn) in Optimize() function in maplebe::FpSpConstProp
2416 void A64PregCopyPattern::Optimize(Insn &insn) in Optimize() function in maplebe::A64PregCopyPattern
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_task.cpp72 void JitTask::Optimize() in Optimize() function in panda::ecmascript::JitTask