Home
last modified time | relevance | path

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

/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/compiler/optimizer/optimizations/
Dcondition_chain_cache.cpp23 void ConditionChainCache::Insert(ConditionChain *chain, Inst *phiInst) in Insert()
Dtry_catch_resolving.cpp157 PhiInst *phiInst = nullptr; in ConnectThrowCatchImpl() local
293 …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.cpp405 … Inlining::InsertCallInst(CallInst *callInst, BasicBlock *callBb, BasicBlock *retBb, Inst *phiInst) in InsertCallInst()
529 PhiInst *phiInst = nullptr; in DoInlinePolymorphic() local
1365 auto phiInst = std::get<PhiInst *>(use); in UpdateDataflowForEmptyGraph() local
1386 PhiInst *phiInst = nullptr; in UpdateDataflow() local
Descape.cpp428 for (auto phiInst : succ->PhiInsts()) { in ProcessBlock() local
1557 auto phiInst = graph_->CreateInstPhi(state->GetType(), bb->GetGuestPc()); in CreatePhis() local
1754 auto phiInst = allocatedPhis_[std::get<PhiState *>(alias)]; in ResolveAlias() local
2013 for (auto phiInst : succ->PhiInsts()) { in FillLiveInsts() local
2063 for (auto phiInst : block->PhiInsts()) { in PatchSaveStatesInBlock() local
2076 for (auto phiInst : block->PhiInsts()) { in PatchSaveStatesInBlock() local
Dlse.cpp829 for (auto phiInst : block->PhiInstsSafe()) { in FixupPhisInBlock() local
/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 __anond96a90741202() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_checker.cpp188 for (auto phiInst : block->PhiInsts()) { in CheckBlock() local
559 void GraphChecker::CheckPhiInputs(Inst *phiInst) in CheckUserOfInt32()