Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgraph_editor.cpp130 std::vector<GateRef> phis; in EliminatePhi() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dreg_alloc_verifier.cpp214 bool BlockState::Merge(const BlockState &state, const PhiInstSafeIter &phis, BasicBlock *pred, in Merge()
361 auto phis = succ->PhiInstsSafe(); in PropagateBlockState() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Descape.h335 ArenaVector<ArenaUnorderedMap<FieldPtr, PhiState *>> &phis, in ScalarReplacement()
Dlse.cpp471 auto &phis = heaps_.at(GetEquivClass(inst)).second.at(loop); in UpdatePhis() local
504 …id FinalizeLoopsWithPhiCands(Graph *graph, Loop *loop, ArenaUnorderedMap<Inst *, InstVector> &phis) in FinalizeLoopsWithPhiCands()