Searched refs:createBlockInMask (Results 1 – 2 of 2) sorted by relevance
72 VPValue *createBlockInMask(BasicBlock *BB, VPlanPtr &Plan);
6713 VPValue *SrcMask = createBlockInMask(Src, Plan); in createEdgeMask()6734 VPValue *VPRecipeBuilder::createBlockInMask(BasicBlock *BB, VPlanPtr &Plan) { in createBlockInMask() function in VPRecipeBuilder6801 Mask = createBlockInMask(I->getParent(), Plan); in tryToWidenMemory()7023 VPValue *BlockInMask = createBlockInMask(Instr->getParent(), Plan); in createReplicateRegion()7270 auto *Cond = RecipeBuilder.createBlockInMask(OrigLoop->getHeader(), Plan); in buildVPlanWithVPRecipes()