Searched defs:Recipe (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ | ||
H A D | VPlanValue.h | 208 Recipe, global() enumerator |
H A D | VPlan.h | 2478 insert(VPRecipeBase * Recipe,iterator InsertPt) insert() argument |
H A D | LoopVectorize.cpp | 8500 auto *Recipe = new VPReplicateRecipe(I, Plan.mapToVPValues(I->operands()), handleReplication() local |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ | ||
H A D | SimplifyCFG.cpp | 3851 if (auto Recipe = shouldFoldCondBranchesToCommonDestination(BI, PBI, TTI)) FoldBranchToCommonDest() local |