Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDDG.h149 void appendInstructions(const InstructionListType &Input) { in appendInstructions() function
155 void appendInstructions(const SimpleDDGNode &Input) { in appendInstructions() function
156 appendInstructions(Input.getInstructions()); in appendInstructions()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDDG.cpp286 cast<SimpleDDGNode>(&A)->appendInstructions(*cast<SimpleDDGNode>(&B)); in mergeNodes()