Searched refs:TFNode (Results 1 – 2 of 2) sorted by relevance
35 TFNode* control;36 TFNode* effect;38 TFNode** locals;68 TFNode* node;73 TFNode* exception = nullptr;92 size_t size = sizeof(TFNode*) * env_count; in StartFunction()95 size > 0 ? reinterpret_cast<TFNode**>(decoder->zone()->New(size)) in StartFunction()100 TFNode* start = builder_->Start( in StartFunction()112 TFNode* node = DefaultValue(type); in StartFunction()181 TFNode* if_true = nullptr; in If()[all …]
40 typedef compiler::Node TFNode; typedef