Searched refs:ColdI (Results 1 – 1 of 1) sorted by relevance
926 Instruction *ColdI = nullptr; in hasExpensiveColdOperand() local929 ColdI = dyn_cast_or_null<Instruction>(SI.getTrueValue()); in hasExpensiveColdOperand()932 ColdI = dyn_cast_or_null<Instruction>(SI.getFalseValue()); in hasExpensiveColdOperand()935 if (ColdI) { in hasExpensiveColdOperand()937 getExclBackwardsSlice(ColdI, ColdSlice, SI.getI()); in hasExpensiveColdOperand()