Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanConstruction.cpp784 auto *MiddleTerm = MiddleVPBB->getTerminator(); in handleMaxMinNumReductions() local
785 Builder.setInsertPoint(MiddleTerm); in handleMaxMinNumReductions()
786 VPValue *MiddleCond = MiddleTerm->getOperand(0); in handleMaxMinNumReductions()
788 MiddleTerm->setOperand(0, NewCond); in handleMaxMinNumReductions()
H A DVPlanTransforms.cpp3330 auto *MiddleTerm = in addBranchWeightToMiddleTerminator() local
3333 if (!MiddleTerm) in addBranchWeightToMiddleTerminator()
3336 assert(MiddleTerm->getOpcode() == VPInstruction::BranchOnCond && in addBranchWeightToMiddleTerminator()
3346 MiddleTerm->addMetadata(LLVMContext::MD_prof, BranchWeights); in addBranchWeightToMiddleTerminator()