Home
last modified time | relevance | path

Searched defs:pdom (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dme_dominance.h34 Dominance *pdom = nullptr; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dregsaves.cpp46 PostDomAnalysis *pdom = nullptr; in PhaseRun() local
Dcg_ssu_pre.cpp609 void DoRestorePlacementOpt(CGFunc *f, PostDomAnalysis *pdom, SPreWorkCand *workCand) in DoRestorePlacementOpt()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_ssu_pre.h70 bool IsPostDominate(PostDomAnalysis *pdom, const SOcc *occ) const in IsPostDominate()
221 PostDomAnalysis *pdom; variable
Dcontrol_dep_analysis.h163 PostDomAnalysis *pdom = nullptr; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_regsaves.h127 …AArch64RegSavesOpt(CGFunc &func, MemPool &pool, DomAnalysis &dom, PostDomAnalysis &pdom, LoopAnaly… in AArch64RegSavesOpt()