Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dcondition_chain_cache.cpp23 void ConditionChainCache::Insert(ConditionChain *chain, Inst *phiInst) in Insert()
Dtry_catch_resolving.cpp103 PhiInst *phiInst = nullptr; in ConnectThrowCatchImpl() local
239 …ng::RemoveCatchPhis(BasicBlock *cphisBlock, BasicBlock *catchBlock, Inst *throwInst, Inst *phiInst) in RemoveCatchPhis()
Dlicm_conditions.cpp308 Inst *phiInst; in ReplaceChainWithSingleBlock() local
324 auto phiInst = graph->CreateInstPhi(DataType::BOOL, INVALID_PC); in AddPhiInst() local
Dinlining.cpp366 … Inlining::InsertCallInst(CallInst *callInst, BasicBlock *callBb, BasicBlock *retBb, Inst *phiInst) in InsertCallInst()
490 PhiInst *phiInst = nullptr; in DoInlinePolymorphic() local
1298 auto phiInst = std::get<PhiInst *>(use); in UpdateDataflowForEmptyGraph() local
1319 PhiInst *phiInst = nullptr; in UpdateDataflow() local
Descape.cpp322 for (auto phiInst : succ->PhiInsts()) { in ProcessBlock() local
1261 auto phiInst = graph_->CreateInstPhi(state->GetType(), bb->GetGuestPc()); in CreatePhis() local
1434 auto phiInst = allocatedPhis_[std::get<PhiState *>(alias)]; in ResolveAlias() local
1693 for (auto phiInst : succ->PhiInsts()) { in FillLiveInsts() local
1734 for (auto phiInst : block->PhiInsts()) { in PatchSaveStatesInBlock() local
1747 for (auto phiInst : block->PhiInsts()) { in PatchSaveStatesInBlock() local
Dlse.cpp812 for (auto phiInst : block->PhiInstsSafe()) { in FixupPhisInBlock() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dphi_resolver.h150 bool CheckPhiRealInputs(Inst *phiInst) in CheckPhiRealInputs()
194 bool CheckPhiInputs(Inst *phiInst) in CheckPhiInputs()
/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/
Ddangling_pointers_checker.cpp286 for (auto *phiInst : block->PhiInsts()) { in GetLastAccDefinition() local
318 for (auto *phiInst : phiInsts_) { in GetPhiAccDef() local
377 for (auto *phiInst : phiInsts_) { in GetPhiAccTagDef() local
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_graph_test.cpp662 auto phiInst = inst->CastToPhi(); in __anona429afd51202() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_checker.cpp188 for (auto phiInst : block->PhiInsts()) { in CheckBlock() local
539 void GraphChecker::CheckPhiInputs(Inst *phiInst) in CheckInstUsers()