Searched refs:getI (Results 1 – 1 of 1) sorted by relevance
145 Instruction *getI() { return I; } in getI() function in __anon135b54a50111::SelectOptimizeImpl::SelectLike146 const Instruction *getI() const { return I; } in getI() function in __anon135b54a50111::SelectOptimizeImpl::SelectLike206 getI()->getOpcode(), I->getType(), TargetTransformInfo::TCK_Latency, in getOpCostOnBranch()491 auto *BO = cast<BinaryOperator>(SI.getI()); in getTrueOrFalseValue()561 if (!isa<SelectInst>(SI.getI())) in convertProfitableSIGroups()567 getExclBackwardsSlice(TI, TrueSlice, SI.getI(), true); in convertProfitableSIGroups()572 if (isa<SelectInst>(SI.getI()) || !FI->hasOneUse()) { in convertProfitableSIGroups()574 getExclBackwardsSlice(FI, FalseSlice, SI.getI(), true); in convertProfitableSIGroups()611 BasicBlock *StartBlock = SI.getI()->getParent(); in convertProfitableSIGroups()612 BasicBlock::iterator SplitPt = ++(BasicBlock::iterator(LastSI.getI())); in convertProfitableSIGroups()[all …]