Searched defs:ra_ctx (Results 1 – 2 of 2) sorted by relevance
62 struct ra_ctx { struct63 std::bitset<512> war_hint;64 Program* program;65 std::vector<assignment> assignments;66 std::vector<std::unordered_map<unsigned, Temp>> renames;67 std::vector<std::vector<Instruction*>> incomplete_phis;68 std::vector<bool> filled;69 std::vector<bool> sealed;70 std::unordered_map<unsigned, Temp> orig_names;71 std::unordered_map<unsigned, phi_info> phi_map;[all …]
97 void *ra_ctx = ralloc_context(NULL); in nir_lower_libclc() local