Searched refs:OtherLoopHeaders (Results 1 – 1 of 1) sorted by relevance
660 DenseMap<BlockT *, const LoopT *> &OtherLoopHeaders) { in compareLoops() argument678 const LoopT *OtherSubL = OtherLoopHeaders.lookup(SubH); in compareLoops()680 OtherLoopHeaders.erase(SubH); in compareLoops()681 compareLoops(SubL, OtherSubL, OtherLoopHeaders); in compareLoops()728 DenseMap<BlockT *, const LoopT *> OtherLoopHeaders; in verify() local730 addInnerLoopsToHeadersMap(OtherLoopHeaders, OtherLI, *L); in verify()737 const LoopT *OtherL = OtherLoopHeaders.lookup(Header); in verify()740 OtherLoopHeaders.erase(Header); in verify()742 compareLoops(L, OtherL, OtherLoopHeaders); in verify()747 if (!OtherLoopHeaders.empty()) { in verify()[all …]