Home
last modified time | relevance | path

Searched refs:applyFlags (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLocal.h611 LLVM_ABI void applyFlags(Instruction &I);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp566 applyFlags(*I); in generate()
1438 applyFlags(*V); in execute()
1518 applyFlags(*V); in execute()
1711 applyFlags(*I); in execute()
1885 applyFlags(*VecOp); in execute()
2038 applyFlags(*CastOp); in execute()
2843 RepRecipe->applyFlags(*Cloned); in scalarizeInstruction()
H A DVPlan.h757 void applyFlags(Instruction &I) const { in applyFlags() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp2891 Flags.applyFlags(*I); in hoistBOAssociation()
2892 Flags.applyFlags(*NewBO); in hoistBOAssociation()
H A DReassociate.cpp734 Flags.applyFlags(*ExpressionChangedStart); in RewriteExprTree()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp4373 void OverflowTracking::applyFlags(Instruction &I) { in applyFlags() function in OverflowTracking
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2051 Flags.applyFlags(*NewBO); in foldBinopWithRecurrence()