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.cpp144 DenseSet<UniqueBBID> FuncBBIDs; in ReadV1Profile() local
196 FuncBBIDs.clear(); in ReadV1Profile()
213 if (!FuncBBIDs.insert(*BasicBlockID).second) in ReadV1Profile()
261 SmallSet<unsigned, 4> FuncBBIDs; in ReadV0Profile() local
285 if (!FuncBBIDs.insert(BBID).second) in ReadV0Profile()
342 FuncBBIDs.clear(); in ReadV0Profile()