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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6635 void recordCombineInstruction(Instruction *ToBeCombined) { argument
6636 assert(canCombine(ToBeCombined) && "Unsupported instruction to combine");
6637 CombineInst = ToBeCombined;

Completed in 132 milliseconds