Home
last modified time | relevance | path

Searched refs:OtherL (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLoopInfoImpl.h659 static void compareLoops(const LoopT *L, const LoopT *OtherL, in compareLoops() argument
662 BlockT *OtherH = OtherL->getHeader(); in compareLoops()
666 assert(L->getLoopDepth() == OtherL->getLoopDepth() && in compareLoops()
668 const LoopT *ParentL = L, *OtherParentL = OtherL; in compareLoops()
685 std::vector<BlockT *> OtherBBs = OtherL->getBlocks(); in compareLoops()
737 const LoopT *OtherL = OtherLoopHeaders.lookup(Header); in verify() local
738 assert(OtherL && "Top level loop is missing in computed loop info!"); in verify()
742 compareLoops(L, OtherL, OtherLoopHeaders); in verify()