Searched refs:BlockNeedsPredication (Results 1 – 3 of 3) sorted by relevance
169 const std::function<bool(BasicBlock *)> &BlockNeedsPredication);
2370 const std::function<bool(BasicBlock *)> &BlockNeedsPredication) { in dropPoisonGeneratingRecipes() argument2442 BlockNeedsPredication(UnderlyingInstr.getParent())) in dropPoisonGeneratingRecipes()2455 NeedPredication |= BlockNeedsPredication(Member->getParent()); in dropPoisonGeneratingRecipes()
8888 auto BlockNeedsPredication = [this](BasicBlock *BB) { in tryToBuildVPlanWithVPRecipes() local8892 BlockNeedsPredication); in tryToBuildVPlanWithVPRecipes()