Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp247 Loop *CurrentParentLoop, Type *CanonicalIVTy) in VPTransformState() argument
249 CurrentParentLoop(CurrentParentLoop), TypeAnalysis(CanonicalIVTy), in VPTransformState()
445 Loop *ParentLoop = State.CurrentParentLoop; in connectToPredecessors()
542 Loop *PrevParentLoop = State->CurrentParentLoop; in execute()
543 State->CurrentParentLoop = State->LI->AllocateLoop(); in execute()
548 PrevParentLoop->addChildLoop(State->CurrentParentLoop); in execute()
550 State->LI->addTopLevelLoop(State->CurrentParentLoop); in execute()
584 State->CurrentParentLoop = State->CurrentParentLoop->getParentLoop(); in execute()
H A DVPlanHelpers.h208 IRBuilderBase &Builder, VPlan *Plan, Loop *CurrentParentLoop,
334 Loop *CurrentParentLoop = nullptr; member
H A DVPlanRecipes.cpp3915 assert(State.CurrentParentLoop->getHeader() == HeaderBB && in execute()