Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanPredicator.cpp288 VPBlockBase *PrevVPBB = nullptr; in introduceMasksAndLinearize() local
298 if (PrevVPBB) in introduceMasksAndLinearize()
299 VPBlockUtils::connectBlocks(PrevVPBB, VPBB); in introduceMasksAndLinearize()
301 PrevVPBB = VPBB; in introduceMasksAndLinearize()
H A DVPlanHelpers.h299 VPBasicBlock *PrevVPBB = nullptr; member
H A DVPlan.cpp598 State->CFG.PrevVPBB = this; in executeRecipes()
998 State->CFG.PrevVPBB = nullptr; in execute()