Searched refs:OtherLoopHeaders (Results 1 – 1 of 1) sorted by relevance
680 DenseMap<BlockT *, const LoopT *> &OtherLoopHeaders) { in compareLoops() argument698 const LoopT *OtherSubL = OtherLoopHeaders.lookup(SubH); in compareLoops()700 OtherLoopHeaders.erase(SubH); in compareLoops()701 compareLoops(SubL, OtherSubL, OtherLoopHeaders); in compareLoops()746 DenseMap<BlockT *, const LoopT *> OtherLoopHeaders; in verify() local748 addInnerLoopsToHeadersMap(OtherLoopHeaders, OtherLI, *L); in verify()755 const LoopT *OtherL = OtherLoopHeaders.lookup(Header); in verify()758 OtherLoopHeaders.erase(Header); in verify()760 compareLoops(L, OtherL, OtherLoopHeaders); in verify()765 if (!OtherLoopHeaders.empty()) { in verify()[all …]