Searched refs:EntryWeight (Results 1 – 2 of 2) sorted by relevance
104 uint64_t EntryWeight = (BFI != nullptr ? BFI->getEntryFreq() : 2); in buildEdges() local107 EntryWeight = 0; in buildEdges()113 EntryIncoming = &addEdge(nullptr, Entry, EntryWeight); in buildEdges()115 << " w = " << EntryWeight << "\n"); in buildEdges()119 addEdge(Entry, nullptr, EntryWeight); in buildEdges()188 uint64_t EntryInWeight = EntryWeight; in buildEdges()
923 ErrorOr<uint64_t> EntryWeight = getBlockWeight(EntryBB);