Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DCFGMST.h124 uint64_t MaxEntryOutWeight = 0, MaxExitOutWeight = 0, MaxExitInWeight = 0; in buildEdges() local
167 if (Weight > MaxEntryOutWeight) { in buildEdges()
168 MaxEntryOutWeight = Weight; in buildEdges()
211 if (MaxEntryOutWeight >= MaxExitInWeight && in buildEdges()
212 MaxEntryOutWeight * 2 < MaxExitInWeight * 3) { in buildEdges()
214 ExitIncoming->Weight = MaxEntryOutWeight + 1; in buildEdges()