Home | History | Annotate | Download | only in compiler

Lines Matching defs:Top

313 SparseInputMask::InputIterator* StateValuesAccess::iterator::Top() {
337 Top()->Advance();
343 SparseInputMask::InputIterator* top = Top();
345 if (top->IsEmpty()) {
350 if (top->IsEnd()) {
358 Top()->Advance();
363 Node* value_node = top->GetReal();
377 Node* StateValuesAccess::iterator::node() { return Top()->Get(nullptr); }
380 Node* parent = Top()->parent();
386 if (Top()->IsEmpty()) {
390 return (*types)[Top()->real_index()];