Home
last modified time | relevance | path

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

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