Home
last modified time | relevance | path

Searched defs:BlockNeedsPredication (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp2370 const std::function<bool(BasicBlock *)> &BlockNeedsPredication) { in dropPoisonGeneratingRecipes()
H A DLoopVectorize.cpp8888 auto BlockNeedsPredication = [this](BasicBlock *BB) { in tryToBuildVPlanWithVPRecipes() local