Home
last modified time | relevance | path

Searched refs:MaxEntryOutWeight (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
182 if (Weight > MaxEntryOutWeight) { in buildEdges()
183 MaxEntryOutWeight = Weight; in buildEdges()
226 if (MaxEntryOutWeight >= MaxExitInWeight && in buildEdges()
227 MaxEntryOutWeight * 2 < MaxExitInWeight * 3) { in buildEdges()
229 ExitIncoming->Weight = MaxEntryOutWeight + 1; in buildEdges()