Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp363 if (State->CurrentVectorLoop) in execute()
364 State->CurrentVectorLoop->addBasicBlockToLoop(NewBB, *State->LI); in execute()
511 Loop *PrevLoop = State->CurrentVectorLoop; in execute()
512 State->CurrentVectorLoop = State->LI->AllocateLoop(); in execute()
519 ParentLoop->addChildLoop(State->CurrentVectorLoop); in execute()
521 State->LI->addTopLevelLoop(State->CurrentVectorLoop); in execute()
529 State->CurrentVectorLoop = PrevLoop; in execute()
H A DVPlanRecipes.cpp1103 assert(State.CurrentVectorLoop->getHeader() == HeaderBB && in execute()
H A DVPlan.h373 Loop *CurrentVectorLoop = nullptr; member