Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h689 const SmallPtrSetImpl<const BlockT *> &BlocksSet = L->getBlocksSet(); in compareLoops() local
692 assert(BlocksSet.size() == OtherBlocksSet.size() && in compareLoops()
693 llvm::set_is_subset(BlocksSet, OtherBlocksSet) && in compareLoops()