Searched refs:identity_map (Results 1 – 7 of 7) sorted by relevance
64 std::map<string, string> identity_map; in RemoveFakeSinks() local67 identity_map[node.name()] = node.input(0); in RemoveFakeSinks()73 if (identity_map.find(output_node) != identity_map.end()) { in RemoveFakeSinks()75 identity_map.at(output_node); in RemoveFakeSinks()
186 auto identity_map = [](uint32_t id) { return id; }; in FoldWithInstructionFolder() local189 inst.get(), identity_map); in FoldWithInstructionFolder()
233 auto identity_map = [](uint32_t id) { return id; }; in FoldInstructionInternal() local234 Instruction* folded_inst = FoldInstructionToConstant(inst, identity_map); in FoldInstructionInternal()