Searched defs:phiInst (Results 1 – 10 of 10) sorted by relevance
23 void ConditionChainCache::Insert(ConditionChain *chain, Inst *phiInst) in Insert()
103 PhiInst *phiInst = nullptr; in ConnectThrowCatchImpl() local239 …ng::RemoveCatchPhis(BasicBlock *cphisBlock, BasicBlock *catchBlock, Inst *throwInst, Inst *phiInst) in RemoveCatchPhis()
308 Inst *phiInst; in ReplaceChainWithSingleBlock() local324 auto phiInst = graph->CreateInstPhi(DataType::BOOL, INVALID_PC); in AddPhiInst() local
366 … Inlining::InsertCallInst(CallInst *callInst, BasicBlock *callBb, BasicBlock *retBb, Inst *phiInst) in InsertCallInst()490 PhiInst *phiInst = nullptr; in DoInlinePolymorphic() local1298 auto phiInst = std::get<PhiInst *>(use); in UpdateDataflowForEmptyGraph() local1319 PhiInst *phiInst = nullptr; in UpdateDataflow() local
322 for (auto phiInst : succ->PhiInsts()) { in ProcessBlock() local1261 auto phiInst = graph_->CreateInstPhi(state->GetType(), bb->GetGuestPc()); in CreatePhis() local1434 auto phiInst = allocatedPhis_[std::get<PhiState *>(alias)]; in ResolveAlias() local1693 for (auto phiInst : succ->PhiInsts()) { in FillLiveInsts() local1734 for (auto phiInst : block->PhiInsts()) { in PatchSaveStatesInBlock() local1747 for (auto phiInst : block->PhiInsts()) { in PatchSaveStatesInBlock() local
812 for (auto phiInst : block->PhiInstsSafe()) { in FixupPhisInBlock() local
150 bool CheckPhiRealInputs(Inst *phiInst) in CheckPhiRealInputs()194 bool CheckPhiInputs(Inst *phiInst) in CheckPhiInputs()
286 for (auto *phiInst : block->PhiInsts()) { in GetLastAccDefinition() local318 for (auto *phiInst : phiInsts_) { in GetPhiAccDef() local377 for (auto *phiInst : phiInsts_) { in GetPhiAccTagDef() local
662 auto phiInst = inst->CastToPhi(); in __anona429afd51202() local
188 for (auto phiInst : block->PhiInsts()) { in CheckBlock() local539 void GraphChecker::CheckPhiInputs(Inst *phiInst) in CheckInstUsers()