Searched refs:OrigCond (Results 1 – 4 of 4) sorted by relevance
1241 ICmpInst *OrigCond = dyn_cast<ICmpInst>(BI->getCondition()); in isHighCostExpansion() local1242 if (!OrigCond) return true; in isHighCostExpansion()1243 const SCEV *R = SE->getSCEV(OrigCond->getOperand(1)); in isHighCostExpansion()1246 const SCEV *L = SE->getSCEV(OrigCond->getOperand(0)); in isHighCostExpansion()1630 Value *OrigCond = BI->getCondition(); in LinearFunctionTestReplace() local1637 DeadInsts.push_back(OrigCond); in LinearFunctionTestReplace()
1992 Value *OrigCond = BI->getCondition(); in linearFunctionTestReplace() local1999 DeadInsts.push_back(OrigCond); in linearFunctionTestReplace()
2313 Value *OrigCond = BI->getCondition(); in linearFunctionTestReplace() local2320 DeadInsts.push_back(OrigCond); in linearFunctionTestReplace()
1707 const MachineOperand &OrigCond) { in preserveCondRegFlags() argument1708 CondReg.setIsUndef(OrigCond.isUndef()); in preserveCondRegFlags()1709 CondReg.setIsKill(OrigCond.isKill()); in preserveCondRegFlags()