Searched defs:weight (Results 1 – 3 of 3) sorted by relevance
1388 uint32_t weight = std::max(1U, depth * 100); in GetUseCountWeight() local1401 uint32_t weight = GetUseCountWeight(bb); in CountUses() local
1133 void Mir2Lir::AnalyzeMIR(RefCounts* core_counts, MIR* mir, uint32_t weight) { in AnalyzeMIR()1319 uint32_t weight = mir_graph_->GetUseCountWeight(bb); in CountRefs() local
957 void X86Mir2Lir::AnalyzeMIR(RefCounts* core_counts, MIR* mir, uint32_t weight) { in AnalyzeMIR()