HomeSort by: relevance | last modified time | path
    Searched refs:DevirtFn (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroElide.cpp 365 Function *DevirtFn = M.getFunction(CORO_DEVIRT_TRIGGER_FN);
366 assert(DevirtFn && "coro.devirt.fn not found");
367 replaceWithConstant(DevirtFn, DevirtAddr);
CoroSplit.cpp 1873 Function *DevirtFn = M.getFunction(CORO_DEVIRT_TRIGGER_FN);
1874 assert(DevirtFn && "coro.devirt.trigger function not found");
1913 Function *DevirtFn =
1916 DevirtFn->addFnAttr(Attribute::AlwaysInline);
1917 auto *Entry = BasicBlock::Create(C, "entry", DevirtFn);
1920 auto *Node = CG.getOrInsertFunction(DevirtFn);

Completed in 21 milliseconds