Searched refs:MiddleTerm (Results 1 – 2 of 2) sorted by relevance
784 auto *MiddleTerm = MiddleVPBB->getTerminator(); in handleMaxMinNumReductions() local785 Builder.setInsertPoint(MiddleTerm); in handleMaxMinNumReductions()786 VPValue *MiddleCond = MiddleTerm->getOperand(0); in handleMaxMinNumReductions()788 MiddleTerm->setOperand(0, NewCond); in handleMaxMinNumReductions()
3330 auto *MiddleTerm = in addBranchWeightToMiddleTerminator() local3333 if (!MiddleTerm) in addBranchWeightToMiddleTerminator()3336 assert(MiddleTerm->getOpcode() == VPInstruction::BranchOnCond && in addBranchWeightToMiddleTerminator()3346 MiddleTerm->addMetadata(LLVMContext::MD_prof, BranchWeights); in addBranchWeightToMiddleTerminator()