Searched refs:OtherL (Results 1 – 1 of 1) sorted by relevance
679 static void compareLoops(const LoopT *L, const LoopT *OtherL, in compareLoops() argument682 BlockT *OtherH = OtherL->getHeader(); in compareLoops()686 assert(L->getLoopDepth() == OtherL->getLoopDepth() && in compareLoops()688 const LoopT *ParentL = L, *OtherParentL = OtherL; in compareLoops()705 std::vector<BlockT *> OtherBBs = OtherL->getBlocks(); in compareLoops()711 OtherL->getBlocksSet(); in compareLoops()755 const LoopT *OtherL = OtherLoopHeaders.lookup(Header); in verify() local756 assert(OtherL && "Top level loop is missing in computed loop info!"); in verify()760 compareLoops(L, OtherL, OtherLoopHeaders); in verify()