Searched refs:appendInstructions (Results 1 – 2 of 2) sorted by relevance
149 void appendInstructions(const InstructionListType &Input) { in appendInstructions() function155 void appendInstructions(const SimpleDDGNode &Input) { in appendInstructions() function156 appendInstructions(Input.getInstructions()); in appendInstructions()
286 cast<SimpleDDGNode>(&A)->appendInstructions(*cast<SimpleDDGNode>(&B)); in mergeNodes()