Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DCFGMST.h124 uint64_t MaxEntryOutWeight = 0, MaxExitOutWeight = 0, MaxExitInWeight = 0; in buildEdges() local
175 if (Weight > MaxExitInWeight) { in buildEdges()
176 MaxExitInWeight = Weight; in buildEdges()
211 if (MaxEntryOutWeight >= MaxExitInWeight && in buildEdges()
212 MaxEntryOutWeight * 2 < MaxExitInWeight * 3) { in buildEdges()
213 EntryOutgoing->Weight = MaxExitInWeight; in buildEdges()