Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSectionsProfileReader.cpp227 SmallSet<unsigned, 5> BBsInPath; in ReadV1Profile() local
235 if (I != 0 && !BBsInPath.insert(BaseBBID).second) in ReadV1Profile()