Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlse.cpp528 bool hasStores = false; in FinalizeLoopsWithPhiCands() local
577 …void TryLoopDoElimination(Inst *cand, Loop *loop, InstVector *insts, bool hasLoads, bool hasStores) in TryLoopDoElimination()