Searched refs:TFNode (Results 1 – 2 of 2) sorted by relevance
36 TFNode* control;37 TFNode* effect;39 ZoneVector<TFNode*> locals;41 SsaEnv(Zone* zone, State state, TFNode* control, TFNode* effect, in SsaEnv()59 for (TFNode*& local : locals) { in Kill()78 TFNode* node = nullptr;85 using NodeVector = base::SmallVector<TFNode*, 8>;89 TFNode* exception = nullptr;104 TFNode* loop_node = nullptr; // loop header of this loop.152 TFNode* node; in StartFunction()[all …]
53 using TFNode = compiler::Node; variable