Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDDG.cpp62 case DDGNode::NodeKind::SingleInstruction: in operator <<()
109 : DDGNode(NodeKind::SingleInstruction), InstList() { in SimpleDDGNode()
116 assert(((getKind() == NodeKind::SingleInstruction && InstList.size() == 1) || in SimpleDDGNode()
123 assert(((getKind() == NodeKind::SingleInstruction && InstList.size() == 1) || in SimpleDDGNode()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDDG.h48 SingleInstruction, enumerator
144 return N->getKind() == NodeKind::SingleInstruction || in classof()
153 ? NodeKind::SingleInstruction in appendInstructions()