Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp829 auto *CondI = in processNode() local
831 if (CondI && SimpleValue::canHandle(CondI)) { in processNode()
834 AvailableValues.insert(CondI, ConstantInt::getTrue(BB->getContext())); in processNode()
872 if (auto *CondI = in processNode() local
874 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()
H A DSimpleLoopUnswitch.cpp2544 Instruction &CondI = *cast<Instruction>(BI->getCondition()); in unswitchBestCondition() local
2545 if (CondI.getOpcode() != Instruction::And && in unswitchBestCondition()
2546 CondI.getOpcode() != Instruction::Or) in unswitchBestCondition()
2550 collectHomogenousInstGraphLoopInvariants(L, CondI, LI); in unswitchBestCondition()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp651 MachineInstr *CondI = MRI->getVRegDef(PredReg); in getLoopTripCount() local
652 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()