Searched refs:OtherLoopHeaders (Results 1 – 1 of 1) sorted by relevance
668 DenseMap<BlockT *, const LoopT *> &OtherLoopHeaders) { in compareLoops() argument686 const LoopT *OtherSubL = OtherLoopHeaders.lookup(SubH); in compareLoops()688 OtherLoopHeaders.erase(SubH); in compareLoops()689 compareLoops(SubL, OtherSubL, OtherLoopHeaders); in compareLoops()734 DenseMap<BlockT *, const LoopT *> OtherLoopHeaders; in verify() local736 addInnerLoopsToHeadersMap(OtherLoopHeaders, OtherLI, *L); in verify()743 const LoopT *OtherL = OtherLoopHeaders.lookup(Header); in verify()746 OtherLoopHeaders.erase(Header); in verify()748 compareLoops(L, OtherL, OtherLoopHeaders); in verify()753 if (!OtherLoopHeaders.empty()) { in verify()[all …]