Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp542 Loop *PrevParentLoop = State->CurrentParentLoop; in execute() local
547 if (PrevParentLoop) in execute()
548 PrevParentLoop->addChildLoop(State->CurrentParentLoop); in execute()