Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.h169 const std::function<bool(BasicBlock *)> &BlockNeedsPredication);
H A DVPlanTransforms.cpp2370 const std::function<bool(BasicBlock *)> &BlockNeedsPredication) { in dropPoisonGeneratingRecipes() argument
2442 BlockNeedsPredication(UnderlyingInstr.getParent())) in dropPoisonGeneratingRecipes()
2455 NeedPredication |= BlockNeedsPredication(Member->getParent()); in dropPoisonGeneratingRecipes()
H A DLoopVectorize.cpp8888 auto BlockNeedsPredication = [this](BasicBlock *BB) { in tryToBuildVPlanWithVPRecipes() local
8892 BlockNeedsPredication); in tryToBuildVPlanWithVPRecipes()