Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DCFGMST.h103 uint64_t EntryWeight = (BFI != nullptr ? BFI->getEntryFreq() : 2); in buildEdges() local
109 EntryIncoming = &addEdge(nullptr, Entry, EntryWeight); in buildEdges()
111 << " w = " << EntryWeight << "\n"); in buildEdges()
115 addEdge(Entry, nullptr, EntryWeight); in buildEdges()
182 uint64_t EntryInWeight = EntryWeight; in buildEdges()
/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()