Home
last modified time | relevance | path

Searched refs:MaxExitInWeight (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
190 if (Weight > MaxExitInWeight) { in buildEdges()
191 MaxExitInWeight = Weight; in buildEdges()
226 if (MaxEntryOutWeight >= MaxExitInWeight && in buildEdges()
227 MaxEntryOutWeight * 2 < MaxExitInWeight * 3) { in buildEdges()
228 EntryOutgoing->Weight = MaxExitInWeight; in buildEdges()