Searched refs:ColdI (Results 1 – 1 of 1) sorted by relevance
1095 Instruction *ColdI = nullptr; in hasExpensiveColdOperand() local1098 ColdI = dyn_cast_or_null<Instruction>(SI.getTrueValue()); in hasExpensiveColdOperand()1101 ColdI = dyn_cast_or_null<Instruction>(SI.getFalseValue()); in hasExpensiveColdOperand()1104 if (ColdI) { in hasExpensiveColdOperand()1106 getExclBackwardsSlice(ColdI, ColdSlice, SI.getI()); in hasExpensiveColdOperand()