Lines Matching refs:RefM
948 BlockRefsMap RefM; in build() local
949 buildBlockRefs(EA, RefM); in build()
966 recordDefsForDF(PhiM, RefM, BA); in build()
968 buildPhis(PhiM, RefM, BA); in build()
1274 BlockRefsMap &RefM) { in buildBlockRefs() argument
1275 auto &Refs = RefM[BA.Id]; in buildBlockRefs()
1281 buildBlockRefs(SBA, RefM); in buildBlockRefs()
1282 const auto &SRs = RefM[SBA.Id]; in buildBlockRefs()
1293 void DataFlowGraph::recordDefsForDF(BlockRefsMap &PhiM, BlockRefsMap &RefM, in recordDefsForDF() argument
1330 RegisterSet &Refs = RefM[BA.Id]; in recordDefsForDF()
1333 const auto &Rs = RefM[DBA.Id]; in recordDefsForDF()
1345 void DataFlowGraph::buildPhis(BlockRefsMap &PhiM, BlockRefsMap &RefM, in buildPhis() argument
1369 auto &RefB = RefM[BA.Id]; in buildPhis()