Searched refs:CondI (Results 1 – 3 of 3) sorted by relevance
829 auto *CondI = in processNode() local831 if (CondI && SimpleValue::canHandle(CondI)) { in processNode()834 AvailableValues.insert(CondI, ConstantInt::getTrue(BB->getContext())); in processNode()872 if (auto *CondI = in processNode() local874 if (SimpleValue::canHandle(CondI)) { in processNode()876 if (auto *KnownCond = AvailableValues.lookup(CondI)) { in processNode()892 AvailableValues.insert(CondI, ConstantInt::getTrue(BB->getContext())); in processNode()
2544 Instruction &CondI = *cast<Instruction>(BI->getCondition()); in unswitchBestCondition() local2545 if (CondI.getOpcode() != Instruction::And && in unswitchBestCondition()2546 CondI.getOpcode() != Instruction::Or) in unswitchBestCondition()2550 collectHomogenousInstGraphLoopInvariants(L, CondI, LI); in unswitchBestCondition()
651 MachineInstr *CondI = MRI->getVRegDef(PredReg); in getLoopTripCount() local652 unsigned CondOpc = CondI->getOpcode(); in getLoopTripCount()657 TII->analyzeCompare(*CondI, CmpReg1, CmpReg2, Mask, ImmValue); in getLoopTripCount()663 OldInsts.push_back(CondI); in getLoopTripCount()673 const MachineOperand &Op1 = CondI->getOperand(1); in getLoopTripCount()674 const MachineOperand &Op2 = CondI->getOperand(2); in getLoopTripCount()