Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp482 if (State->CurrentVectorLoop) in execute()
483 State->CurrentVectorLoop->addBasicBlockToLoop(NewBB, *State->LI); in execute()
631 Loop *PrevLoop = State->CurrentVectorLoop; in execute()
632 State->CurrentVectorLoop = State->LI->AllocateLoop(); in execute()
639 ParentLoop->addChildLoop(State->CurrentVectorLoop); in execute()
641 State->LI->addTopLevelLoop(State->CurrentVectorLoop); in execute()
649 State->CurrentVectorLoop = PrevLoop; in execute()
H A DVPlanRecipes.cpp1733 assert(State.CurrentVectorLoop->getHeader() == HeaderBB && in execute()
H A DVPlan.h403 Loop *CurrentVectorLoop = nullptr; member