Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp4172 void recordCombineInstruction(Instruction *ToBeCombined) { in recordCombineInstruction() argument
4173 assert(canCombine(ToBeCombined) && "Unsupported instruction to combine"); in recordCombineInstruction()
4174 CombineInst = ToBeCombined; in recordCombineInstruction()