Searched defs:branch_ctx (Results 1 – 1 of 1) sorted by relevance
13 struct branch_ctx { struct14 Program* program;16 branch_ctx(Program* program_) : program(program_) {} in branch_ctx() function