Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFLiveness.cpp475 PhiDRs; // Phi -> registers defined by it. in computePhiInfo() local
496 PhiDRs.insert(std::make_pair(PhiA.Id, DRs)); in computePhiInfo()
560 RegisterRef R = PhiDRs.at(PhiA.Id).intersectWith(UseR); in computePhiInfo()
705 const RegisterAggr &DRs = PhiDRs.at(P.first); in computePhiInfo()