Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDDG.cpp65 case DDGNode::NodeKind::MultiInstruction: in operator <<()
117 (getKind() == NodeKind::MultiInstruction && InstList.size() > 1)) && in SimpleDDGNode()
124 (getKind() == NodeKind::MultiInstruction && InstList.size() > 1)) && in SimpleDDGNode()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDDG.h49 MultiInstruction, enumerator
145 N->getKind() == NodeKind::MultiInstruction; in classof()
154 : NodeKind::MultiInstruction); in appendInstructions()