Searched refs:resume_block (Results 1 – 2 of 2) sorted by relevance
238 LLVMBasicBlockRef resume_block, bool final_suspend) in lp_build_coro_suspend_switch() argument242 sus_info->suspend, resume_block ? 2 : 1); in lp_build_coro_suspend_switch()244 if (resume_block) in lp_build_coro_suspend_switch()245 … LLVMAddCase(myswitch, LLVMConstInt(LLVMInt8TypeInContext(gallivm->context), 0, 0), resume_block); in lp_build_coro_suspend_switch()
72 LLVMBasicBlockRef resume_block,