Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp371 for (Loop *NotContaining = OuterLoop; NotContaining != StillReachable; in handleDeadExits() local
372 NotContaining = NotContaining->getParentLoop()) { in handleDeadExits()
373 NotContaining->removeBlockFromLoop(NewPreheader); in handleDeadExits()
375 NotContaining->removeBlockFromLoop(BB); in handleDeadExits()