Searched refs:PhiM (Results 1 – 2 of 2) sorted by relevance
970 BlockRefsMap PhiM(getPRI()); in build() local972 recordDefsForDF(PhiM, BA); in build()974 buildPhis(PhiM, BA); in build()1382 void DataFlowGraph::recordDefsForDF(BlockRefsMap &PhiM, Block BA) { in recordDefsForDF() argument1419 PhiM[DBA.Id].insert(Defs); in recordDefsForDF()1425 void DataFlowGraph::buildPhis(BlockRefsMap &PhiM, Block BA) { in buildPhis() argument1428 auto HasDF = PhiM.find(BA.Id); in buildPhis()1429 if (HasDF == PhiM.end() || HasDF->second.empty()) in buildPhis()1438 const RegisterAggr &Defs = PhiM[BA.Id]; in buildPhis()
868 void recordDefsForDF(BlockRefsMap &PhiM, Block BA);869 void buildPhis(BlockRefsMap &PhiM, Block BA);