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