Searched refs:allocFrame (Results 1 – 1 of 1) sorted by relevance
4166 auto allocFrame = jit->module->getOrInsertFunction("coroutine_alloc_frame", allocFrameTy); in promoteFunctionToCoroutine() local4275 auto frame = jit->builder->CreateCall(allocFrame, { size }); in promoteFunctionToCoroutine()