Searched defs:phiList (Results 1 – 8 of 8) sorted by relevance
37 … MapleMap<uint32, RegOperand *> &phiList = static_cast<PhiOperand &>(phiListOpnd).GetOperands(); in ConstructSSA() local88 PhiOperand &phiList = codeGen->CreatePhiOperand(*memPool, ssaAlloc); in PrunedPhiInsertion() local180 … 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
862 auto &phiList = static_cast<PhiOperand &>(phiInsnIt.second->GetOperand(kInsnSecondOpnd)); in UpdatePredsSuccsAfterSplit() local
111 auto &phiList = bb->GetMePhiList(); in CollectUseInfoInBB() local
574 auto &phiList = v->GetOperands(); in Visit() local
185 auto &phiList = static_cast<PhiOperand &>(phiOpnd); in SetPhiValidBits() local
2286 PhiOperand &phiList = optSsaInfo->CreatePhiOperand(); in CreateNewPhiInsn() local
504 MapleMap<OStIdx, PhiNode> phiList; variable