Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DCFGMST.h88 uint64_t EntryWeight = (BFI != nullptr ? BFI->getEntryFreq() : 2); in buildEdges() local
90 addEdge(nullptr, BB, EntryWeight); in buildEdges()
94 addEdge(BB, nullptr, EntryWeight); in buildEdges()