Home
last modified time | relevance | path

Searched refs:EntryWeight (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DCFGMST.h104 uint64_t EntryWeight = (BFI != nullptr ? BFI->getEntryFreq() : 2); in buildEdges() local
107 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()
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h923 ErrorOr<uint64_t> EntryWeight = getBlockWeight(EntryBB);