Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDDG.h151 void appendInstructions(const InstructionListType &Input) { in appendInstructions() function
157 void appendInstructions(const SimpleDDGNode &Input) { in appendInstructions() function
158 appendInstructions(Input.getInstructions()); in appendInstructions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDDG.cpp288 cast<SimpleDDGNode>(&A)->appendInstructions(*cast<SimpleDDGNode>(&B)); in mergeNodes()