Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dgraph_editor.cpp154 std::vector<GateRef> phis; in EliminatePhi() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Descape.h392 ScalarReplacement(Graph *graph, ArenaMap<Inst *, StateOwner> &aliases, ArenaVector<ArenaMap<Field, PhiState *, FieldComporator>> &phis, ArenaUnorderedMap<MaterializationSite, ArenaMap<Inst *, VirtualState *>> &materializationSites, ArenaUnorderedMap<Inst *, ArenaBitVector> &saveStateLiveness) ScalarReplacement() argument
H A Dlse.cpp382 auto &phis = heaps_[eqClass].second.at(loop); in FinalizeLoops() local
479 auto &phis = heaps_[GetEquivClass(inst)].second.at(loop); in UpdatePhis() local
511 void FinalizeLoopsWithPhiCands(Graph *graph, Loop *loop, ArenaMap<Inst *, InstVector> &phis) in FinalizeLoopsWithPhiCands() argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dreg_alloc_verifier.cpp214 bool BlockState::Merge(const BlockState &state, const PhiInstSafeIter &phis, BasicBlock *pred, in Merge() argument
361 auto phis = succ->PhiInstsSafe(); in PropagateBlockState() local

Completed in 5 milliseconds