Searched refs:OtherLoopHeaders (Results 1 – 1 of 1) sorted by relevance
640 DenseMap<BlockT *, const LoopT *> &OtherLoopHeaders) { in compareLoops() argument658 const LoopT *OtherSubL = OtherLoopHeaders.lookup(SubH); in compareLoops()660 OtherLoopHeaders.erase(SubH); in compareLoops()661 compareLoops(SubL, OtherSubL, OtherLoopHeaders); in compareLoops()708 DenseMap<BlockT *, const LoopT *> OtherLoopHeaders; in verify() local710 addInnerLoopsToHeadersMap(OtherLoopHeaders, OtherLI, *L); in verify()717 const LoopT *OtherL = OtherLoopHeaders.lookup(Header); in verify()720 OtherLoopHeaders.erase(Header); in verify()722 compareLoops(L, OtherL, OtherLoopHeaders); in verify()727 if (!OtherLoopHeaders.empty()) { in verify()[all …]