Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfoImpl.h676 const LoopT *ParentL = L, *OtherParentL = OtherL; in compareLoops() local
678 assert(ParentL->getHeader() == OtherParentL->getHeader() && in compareLoops()
681 OtherParentL = OtherParentL->getParentLoop(); in compareLoops()