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.h680 DenseMap<BlockT *, const LoopT *> &OtherLoopHeaders) { in compareLoops() argument
698 const LoopT *OtherSubL = OtherLoopHeaders.lookup(SubH); in compareLoops()
700 OtherLoopHeaders.erase(SubH); in compareLoops()
701 compareLoops(SubL, OtherSubL, OtherLoopHeaders); in compareLoops()
746 DenseMap<BlockT *, const LoopT *> OtherLoopHeaders; in verify() local
748 addInnerLoopsToHeadersMap(OtherLoopHeaders, OtherLI, *L); in verify()
755 const LoopT *OtherL = OtherLoopHeaders.lookup(Header); in verify()
758 OtherLoopHeaders.erase(Header); in verify()
760 compareLoops(L, OtherL, OtherLoopHeaders); in verify()
765 if (!OtherLoopHeaders.empty()) { in verify()
[all …]