Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfoImpl.h693 std::vector<BlockT *> OtherBBs = OtherL->getBlocks(); in compareLoops() local
694 assert(compareVectors(BBs, OtherBBs) && in compareLoops()