Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp517 if (State->CurrentVectorLoop) in execute()
518 State->CurrentVectorLoop->addBasicBlockToLoop(NewBB, *State->LI); in execute()
735 Loop *PrevLoop = State->CurrentVectorLoop; in execute()
736 State->CurrentVectorLoop = State->LI->AllocateLoop(); in execute()
743 ParentLoop->addChildLoop(State->CurrentVectorLoop); in execute()
745 State->LI->addTopLevelLoop(State->CurrentVectorLoop); in execute()
753 State->CurrentVectorLoop = PrevLoop; in execute()
H A DVPlan.h418 Loop *CurrentVectorLoop = nullptr; member
H A DVPlanRecipes.cpp2571 assert(State.CurrentVectorLoop->getHeader() == HeaderBB && in execute()