Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLoopInfoImpl.h660 DenseMap<BlockT *, const LoopT *> &OtherLoopHeaders) { in compareLoops() argument
678 const LoopT *OtherSubL = OtherLoopHeaders.lookup(SubH); in compareLoops()
680 OtherLoopHeaders.erase(SubH); in compareLoops()
681 compareLoops(SubL, OtherSubL, OtherLoopHeaders); in compareLoops()
728 DenseMap<BlockT *, const LoopT *> OtherLoopHeaders; in verify() local
730 addInnerLoopsToHeadersMap(OtherLoopHeaders, OtherLI, *L); in verify()
737 const LoopT *OtherL = OtherLoopHeaders.lookup(Header); in verify()
740 OtherLoopHeaders.erase(Header); in verify()
742 compareLoops(L, OtherL, OtherLoopHeaders); in verify()
747 if (!OtherLoopHeaders.empty()) { in verify()
[all …]