Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFLiveness.cpp488 RegisterAggr DRs(PRI); in computePhiInfo() local
492 DRs.insert(R.Addr->getRegRef(DFG)); in computePhiInfo()
496 PhiDRs.insert(std::make_pair(PhiA.Id, DRs)); in computePhiInfo()
705 const RegisterAggr &DRs = PhiDRs.at(P.first); in computePhiInfo() local
706 if (!DRs.hasAliasOf(R)) in computePhiInfo()
708 R = PRI.mapTo(DRs.intersectWith(R), T.first); in computePhiInfo()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCXXRecordDeclDefinitionBits.def64 /// language rules (including DRs).