Searched refs:GetUseCountWeight (Results 1 – 3 of 3) sorted by relevance
1385 uint32_t MIRGraph::GetUseCountWeight(BasicBlock* bb) const { in GetUseCountWeight() function in art::MIRGraph1401 uint32_t weight = GetUseCountWeight(bb); in CountUses()
1216 uint32_t GetUseCountWeight(BasicBlock* bb) const;
1319 uint32_t weight = mir_graph_->GetUseCountWeight(bb); in CountRefs()