Searched defs:active_set (Results 1 – 3 of 3) sorted by relevance
534 LLVMValueRef active_set = ac_build_ballot(ctx, ctx->i32_1); in ac_build_vote_all() local548 LLVMValueRef active_set = ac_build_ballot(ctx, ctx->i32_1); in ac_build_vote_eq() local
3087 LLVMValueRef active_set = ac_build_ballot(&ctx->ac, ctx->ac.i32_1); in visit_first_invocation() local
1434 def active_set(self, index): member in TList