Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfoImpl.h639 static void compareLoops(const LoopT *L, const LoopT *OtherL, in compareLoops() argument
642 BlockT *OtherH = OtherL->getHeader(); in compareLoops()
646 assert(L->getLoopDepth() == OtherL->getLoopDepth() && in compareLoops()
648 const LoopT *ParentL = L, *OtherParentL = OtherL; in compareLoops()
665 std::vector<BlockT *> OtherBBs = OtherL->getBlocks(); in compareLoops()
717 const LoopT *OtherL = OtherLoopHeaders.lookup(Header); in verify() local
718 assert(OtherL && "Top level loop is missing in computed loop info!"); in verify()
722 compareLoops(L, OtherL, OtherLoopHeaders); in verify()