Searched refs:all_leaf (Results 1 – 1 of 1) sorted by relevance
188 std::vector<const CodeNode*> all_leaf = FetchAllLeaf(node); in Add() local189 CHECK(!all_leaf.empty()) << node->name(); in Add()191 for (const CodeNode* cn : all_leaf) { in Add()