Home
last modified time | relevance | path

Searched refs:ToBeCombined (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7298 void recordCombineInstruction(Instruction *ToBeCombined) { in recordCombineInstruction() argument
7299 assert(canCombine(ToBeCombined) && "Unsupported instruction to combine"); in recordCombineInstruction()
7300 CombineInst = ToBeCombined; in recordCombineInstruction()