Searched refs:VPBranchOnMaskRecipe (Results 1 – 4 of 4) sorted by relevance
187 !isa<VPBranchOnMaskRecipe>(EntryBB->begin())) in getPredicatedMask()190 return cast<VPBranchOnMaskRecipe>(&*EntryBB->begin())->getOperand(0); in getPredicatedMask()310 auto *BOMRecipe = new VPBranchOnMaskRecipe(BlockInMask); in createReplicateRegion()
2361 class VPBranchOnMaskRecipe : public VPRecipeBase {2363 VPBranchOnMaskRecipe(VPValue *BlockInMask) in VPBranchOnMaskRecipe() function2369 VPBranchOnMaskRecipe *clone() override { in clone()2370 return new VPBranchOnMaskRecipe(getOperand(0)); in clone()
594 bool IsCondBranch = isa<VPBranchOnMaskRecipe>(R) || in hasConditionalTerminator()
1930 void VPBranchOnMaskRecipe::execute(VPTransformState &State) { in execute()