Searched refs:ToBeCombined (Results 1 – 1 of 1) sorted by relevance
4972 void recordCombineInstruction(Instruction *ToBeCombined) { in recordCombineInstruction() argument4973 assert(canCombine(ToBeCombined) && "Unsupported instruction to combine"); in recordCombineInstruction()4974 CombineInst = ToBeCombined; in recordCombineInstruction()