Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DCFGMST.h203 uint64_t EntryInWeight = EntryWeight; in buildEdges() local
205 if (EntryInWeight >= MaxExitOutWeight && in buildEdges()
206 EntryInWeight * 2 < MaxExitOutWeight * 3) { in buildEdges()
208 ExitOutgoing->Weight = EntryInWeight + 1; in buildEdges()