Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfoImpl.h668 DenseMap<BlockT *, const LoopT *> &OtherLoopHeaders) { in compareLoops() argument
686 const LoopT *OtherSubL = OtherLoopHeaders.lookup(SubH); in compareLoops()
688 OtherLoopHeaders.erase(SubH); in compareLoops()
689 compareLoops(SubL, OtherSubL, OtherLoopHeaders); in compareLoops()
734 DenseMap<BlockT *, const LoopT *> OtherLoopHeaders; in verify() local
736 addInnerLoopsToHeadersMap(OtherLoopHeaders, OtherLI, *L); in verify()
743 const LoopT *OtherL = OtherLoopHeaders.lookup(Header); in verify()
746 OtherLoopHeaders.erase(Header); in verify()
748 compareLoops(L, OtherL, OtherLoopHeaders); in verify()
753 if (!OtherLoopHeaders.empty()) { in verify()
[all …]