Searched defs:phiInst (Results 1 – 10 of 10) sorted by relevance
150 bool CheckPhiRealInputs(Inst *phiInst) in CheckPhiRealInputs()194 bool CheckPhiInputs(Inst *phiInst) in CheckPhiInputs()
23 void ConditionChainCache::Insert(ConditionChain *chain, Inst *phiInst) in Insert()
157 PhiInst *phiInst = nullptr; in ConnectThrowCatchImpl() local293 …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
405 … Inlining::InsertCallInst(CallInst *callInst, BasicBlock *callBb, BasicBlock *retBb, Inst *phiInst) in InsertCallInst()529 PhiInst *phiInst = nullptr; in DoInlinePolymorphic() local1365 auto phiInst = std::get<PhiInst *>(use); in UpdateDataflowForEmptyGraph() local1386 PhiInst *phiInst = nullptr; in UpdateDataflow() local
428 for (auto phiInst : succ->PhiInsts()) { in ProcessBlock() local1557 auto phiInst = graph_->CreateInstPhi(state->GetType(), bb->GetGuestPc()); in CreatePhis() local1754 auto phiInst = allocatedPhis_[std::get<PhiState *>(alias)]; in ResolveAlias() local2013 for (auto phiInst : succ->PhiInsts()) { in FillLiveInsts() local2063 for (auto phiInst : block->PhiInsts()) { in PatchSaveStatesInBlock() local2076 for (auto phiInst : block->PhiInsts()) { in PatchSaveStatesInBlock() local
829 for (auto phiInst : block->PhiInstsSafe()) { in FixupPhisInBlock() local
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 __anond96a90741202() local
188 for (auto phiInst : block->PhiInsts()) { in CheckBlock() local559 void GraphChecker::CheckPhiInputs(Inst *phiInst) in CheckUserOfInt32()