Searched refs:createHNodes (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Support/
H A DYAMLTraits.cpp88 TopNode = this->createHNodes(N);
318 std::unique_ptr<Input::HNode> Input::createHNodes(Node *N) { function in class:Input
333 auto Entry = this->createHNodes(&SN);
357 auto ValueHNode = this->createHNodes(KVN.getValue());
/external/llvm/include/llvm/Support/
H A DYAMLTraits.h990 std::unique_ptr<Input::HNode> createHNodes(Node *node);

Completed in 106 milliseconds