Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfoImpl.h697 const SmallPtrSetImpl<const BlockT *> &BlocksSet = L->getBlocksSet(); in compareLoops() local
700 assert(BlocksSet.size() == OtherBlocksSet.size() && in compareLoops()
701 llvm::set_is_subset(BlocksSet, OtherBlocksSet) && in compareLoops()