reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
639 static void compareLoops(const LoopT *L, const LoopT *OtherL, 639 static void compareLoops(const LoopT *L, const LoopT *OtherL, 640 DenseMap<BlockT *, const LoopT *> &OtherLoopHeaders) { 648 const LoopT *ParentL = L, *OtherParentL = OtherL; 656 for (const LoopT *SubL : *L) { 658 const LoopT *OtherSubL = OtherLoopHeaders.lookup(SubH);