Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgraph_editor.cpp153 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/
Dlse.cpp386 auto &phis = heaps_[eqClass].second.at(loop); in FinalizeLoops() local
508 auto &phis = heaps_[GetEquivClass(inst)].second.at(loop); in UpdatePhis() local
540 void FinalizeLoopsWithPhiCands(Graph *graph, Loop *loop, ArenaMap<Inst *, InstVector> &phis) in FinalizeLoopsWithPhiCands()
Descape.h336 ArenaVector<ArenaMap<Field, PhiState *, FieldComporator>> &phis, in ScalarReplacement()