Searched refs:DevirtFn (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp361 Function *DevirtFn = M.getFunction(CORO_DEVIRT_TRIGGER_FN); local
362 assert(DevirtFn && "coro.devirt.fn not found");
363 replaceWithConstant(DevirtFn, DevirtAddr);
H A DCoroSplit.cpp1516 Function *DevirtFn = M.getFunction(CORO_DEVIRT_TRIGGER_FN); local
1517 assert(DevirtFn && "coro.devirt.trigger function not found");
1552 Function *DevirtFn = local
1555 DevirtFn->addFnAttr(Attribute::AlwaysInline);
1556 auto *Entry = BasicBlock::Create(C, "entry", DevirtFn);
1559 auto *Node = CG.getOrInsertFunction(DevirtFn);

Completed in 117 milliseconds