Searched defs:phiList (Results 1 – 9 of 9) sorted by relevance
39 … MapleMap<uint32, RegOperand *> &phiList = static_cast<PhiOperand &>(phiListOpnd).GetOperands(); in ConstructSSA() local92 PhiOperand &phiList = codeGen->CreatePhiOperand(*memPool, ssaAlloc); in PrunedPhiInsertion() local186 … MapleMap<uint32, RegOperand *> &phiList = static_cast<PhiOperand *>(phiListOpnd)->GetOperands(); in RenameSuccPhiUse() local
29 … auto &phiList = static_cast<PhiOperand &>(phiInsnIt.second->GetOperand(kInsnSecondOpnd)); in TranslateTSSAToCSSA() local
52 auto &phiList = static_cast<PhiOperand &>(phiInsnIt.second->GetOperand(kInsnSecondOpnd)); in RemovePhiLiveInFromSuccNotFromThisBB() local
876 auto &phiList = static_cast<PhiOperand &>(phiInsnIt.second->GetOperand(kInsnSecondOpnd)); in UpdatePredsSuccsAfterSplit() local
111 auto &phiList = bb->GetMePhiList(); in CollectUseInfoInBB() local
584 auto &phiList = v->GetOperands(); in Visit() local
185 auto &phiList = static_cast<PhiOperand &>(phiOpnd); in SetPhiValidBits() local
2308 PhiOperand &phiList = optSsaInfo->CreatePhiOperand(); in CreateNewPhiInsn() local
545 MapleMap<OStIdx, PhiNode> phiList; variable