Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSectionsProfileReader.cpp143 DenseSet<UniqueBBID> FuncBBIDs; in ReadV1Profile() local
195 FuncBBIDs.clear(); in ReadV1Profile()
212 if (!FuncBBIDs.insert(*BasicBlockID).second) in ReadV1Profile()
260 SmallSet<unsigned, 4> FuncBBIDs; in ReadV0Profile() local
284 if (!FuncBBIDs.insert(BBID).second) in ReadV0Profile()
341 FuncBBIDs.clear(); in ReadV0Profile()