Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp578 int TypeOrHotness) { in exportToDot() argument
584 TypeOrHotness += 4; in exportToDot()
596 assert(static_cast<size_t>(TypeOrHotness) < std::size(EdgeAttrs)); in exportToDot()
598 << EdgeAttrs[TypeOrHotness] << "\n"; in exportToDot()