Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.cpp373 unsigned BBPriority = 0; in writeCode() member
388 if (this->BB != Missing && BB != this->BB && BBPriority <= RangeLen) in writeCode()
393 BBPriority = RangeLen; in writeCode()
395 BBPriority = std::min(BBPriority, RangeLen); in writeCode()