Home
last modified time | relevance | path

Searched refs:MaxExitOutWeight (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
184 if (BBWeight > MaxExitOutWeight) { in buildEdges()
185 MaxExitOutWeight = BBWeight; in buildEdges()
205 if (EntryInWeight >= MaxExitOutWeight && in buildEdges()
206 EntryInWeight * 2 < MaxExitOutWeight * 3) { in buildEdges()
207 EntryIncoming->Weight = MaxExitOutWeight; in buildEdges()