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

/external/openfst/src/include/fst/extensions/pdt/
H A Dpdt.h50 struct StackNode { struct in class:fst::PdtStack
54 StackNode(StackId p, size_t i) : parent_id(p), paren_id(i) {} function in struct:fst::PdtStack::StackNode
74 nodes_.push_back(StackNode(-1, -1)); // Tree root.
98 nodes_.push_back(StackNode(stack_id, paren_id));
103 const StackNode &node = nodes_[stack_id];
139 vector<StackNode> nodes_;
/external/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp284 // StackNode - contains all the needed information to create a stack for
288 class StackNode { class in class:__anon9680::EarlyCSE
290 StackNode(ScopedHTType *availableValues, function in class:__anon9680::EarlyCSE::StackNode
316 StackNode(const StackNode&); // DO NOT IMPLEMENT
507 std::deque<StackNode *> nodesToProcess;
526 new StackNode(AvailableValues, AvailableLoads, AvailableCalls,
538 StackNode *NodeToProcess = nodesToProcess.front();
553 new StackNode(AvailableValues,

Completed in 524 milliseconds