Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DCFGMST.h117 uint64_t EntryWeight = in buildEdges() local
121 EntryWeight = 0; in buildEdges()
127 EntryIncoming = &addEdge(nullptr, Entry, EntryWeight); in buildEdges()
129 << " w = " << EntryWeight << "\n"); in buildEdges()
133 addEdge(Entry, nullptr, EntryWeight); in buildEdges()
203 uint64_t EntryInWeight = EntryWeight; in buildEdges()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h1066 ErrorOr<uint64_t> EntryWeight = getBlockWeight(EntryBB);