Searched refs:CurrentParentLoop (Results 1 – 3 of 3) sorted by relevance
247 Loop *CurrentParentLoop, Type *CanonicalIVTy) in VPTransformState() argument249 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()
208 IRBuilderBase &Builder, VPlan *Plan, Loop *CurrentParentLoop,334 Loop *CurrentParentLoop = nullptr; member
3915 assert(State.CurrentParentLoop->getHeader() == HeaderBB && in execute()