Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfoImpl.h686 const LoopT *OtherSubL = OtherLoopHeaders.lookup(SubH); in compareLoops() local
687 assert(OtherSubL && "Inner loop is missing in computed loop info!"); in compareLoops()
689 compareLoops(SubL, OtherSubL, OtherLoopHeaders); in compareLoops()