Searched refs:EntryWeight (Results 1 – 2 of 2) sorted by relevance
103 uint64_t EntryWeight = (BFI != nullptr ? BFI->getEntryFreq() : 2); in buildEdges() local109 EntryIncoming = &addEdge(nullptr, Entry, EntryWeight); in buildEdges()111 << " w = " << EntryWeight << "\n"); in buildEdges()115 addEdge(Entry, nullptr, EntryWeight); in buildEdges()182 uint64_t EntryInWeight = EntryWeight; in buildEdges()
88 uint64_t EntryWeight = (BFI != nullptr ? BFI->getEntryFreq() : 2); in buildEdges() local90 addEdge(nullptr, BB, EntryWeight); in buildEdges()94 addEdge(BB, nullptr, EntryWeight); in buildEdges()