Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp582 void sinkScalarOperands(Instruction *PredInst);
1754 InstructionCost computePredInstDiscount(Instruction *PredInst,
4089 void InnerLoopVectorizer::sinkScalarOperands(Instruction *PredInst) { in sinkScalarOperands() argument
4091 auto *PredBB = PredInst->getParent(); in sinkScalarOperands()
4095 SetVector<Value *> Worklist(PredInst->op_begin(), PredInst->op_end()); in sinkScalarOperands()
6176 Instruction *PredInst, ScalarCostsTy &ScalarCosts, ElementCount VF) { in computePredInstDiscount() argument
6177 assert(!isUniformAfterVectorization(PredInst, VF) && in computePredInstDiscount()
6196 if (!I->hasOneUse() || PredInst->getParent() != I->getParent() || in computePredInstDiscount()
6227 Worklist.push_back(PredInst); in computePredInstDiscount()