Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DCFGMST.h129 uint64_t MaxEntryOutWeight = 0, MaxExitOutWeight = 0, MaxExitInWeight = 0; in buildEdges() local
199 if (BBWeight > MaxExitOutWeight) { in buildEdges()
200 MaxExitOutWeight = BBWeight; in buildEdges()
220 if (EntryInWeight >= MaxExitOutWeight && in buildEdges()
221 EntryInWeight * 2 < MaxExitOutWeight * 3) { in buildEdges()
222 EntryIncoming->Weight = MaxExitOutWeight; in buildEdges()