Searched refs:ColdI (Results 1 – 1 of 1) sorted by relevance
979 Instruction *ColdI = nullptr; in hasExpensiveColdOperand() local982 ColdI = dyn_cast_or_null<Instruction>(SI.getTrueValue()); in hasExpensiveColdOperand()985 ColdI = dyn_cast_or_null<Instruction>(SI.getFalseValue()); in hasExpensiveColdOperand()988 if (ColdI) { in hasExpensiveColdOperand()990 getExclBackwardsSlice(ColdI, ColdSlice, SI.getI()); in hasExpensiveColdOperand()