Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfoImpl.h667 static void compareLoops(const LoopT *L, const LoopT *OtherL, in compareLoops() argument
670 BlockT *OtherH = OtherL->getHeader(); in compareLoops()
674 assert(L->getLoopDepth() == OtherL->getLoopDepth() && in compareLoops()
676 const LoopT *ParentL = L, *OtherParentL = OtherL; in compareLoops()
693 std::vector<BlockT *> OtherBBs = OtherL->getBlocks(); in compareLoops()
699 OtherL->getBlocksSet(); in compareLoops()
743 const LoopT *OtherL = OtherLoopHeaders.lookup(Header); in verify() local
744 assert(OtherL && "Top level loop is missing in computed loop info!"); in verify()
748 compareLoops(L, OtherL, OtherLoopHeaders); in verify()