Home
last modified time | relevance | path

Searched refs:OtherLoopHeaders (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.h640 DenseMap<BlockT *, const LoopT *> &OtherLoopHeaders) { in compareLoops() argument
658 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() local
710 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 …]