Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DCFGMST.h188 uint64_t EntryInWeight = EntryWeight; in buildEdges() local
190 if (EntryInWeight >= MaxExitOutWeight && in buildEdges()
191 EntryInWeight * 2 < MaxExitOutWeight * 3) { in buildEdges()
193 ExitOutgoing->Weight = EntryInWeight + 1; in buildEdges()