Home
last modified time | relevance | path

Searched refs:PUA (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFLiveness.cpp595 NodeAddr<PhiUseNode *> PUA = I; in computePhiInfo() local
596 if (PUA.Addr->getReachingDef() == 0) in computePhiInfo()
599 RegisterRef UR = PUA.Addr->getRegRef(DFG); in computePhiInfo()
600 NodeList Ds = getAllReachingDefs(UR, PUA, true, false, NoRegs); in computePhiInfo()
606 std::map<NodeId, RegisterAggr> &M = PhiUp[PUA.Id]; in computePhiInfo()
616 for (NodeAddr<PhiUseNode *> T : DFG.getRelatedRefs(PhiA, PUA)) in computePhiInfo()
815 NodeAddr<PhiUseNode *> PUA = U; in computeLiveIns() local
816 if (PUA.Addr->getReachingDef() == 0) in computeLiveIns()
830 auto PrA = DFG.addr<BlockNode *>(PUA.Addr->getPredecessor()); in computeLiveIns()
840 NodeList Ds = getAllReachingDefs(S, PUA, true, false, NoRegs); in computeLiveIns()
[all …]
H A DRDFGraph.cpp811 PhiUse PUA = newNode(NodeAttrs::Ref | NodeAttrs::Use | Flags); in newPhiUse() local
813 PUA.Addr->setRegRef(RR, *this); in newPhiUse()
814 PUA.Addr->setPredecessor(PredB.Id); in newPhiUse()
815 return PUA; in newPhiUse()
961 PhiUse PUA = newPhiUse(PA, RR, PBA); in build() local
962 PA.Addr->addMember(PUA, *this); in build()
1647 PhiUse PUA = U; in linkBlockRefs() local
1648 RegisterRef RR = PUA.Addr->getRegRef(*this); in linkBlockRefs()
1649 linkRefUp<UseNode *>(IA, PUA, DefM[RR.Reg]); in linkBlockRefs()
/freebsd/contrib/dialog/samples/copifuncs/
H A Dcopi.ifmcfg412 # Possible options are "[No]Call", "[No]Hold", "[No]PUA", "[No]EMSI",