Searched refs:createCoroEarlyLegacyPass (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DCoroutines.h23 Pass *createCoroEarlyLegacyPass();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp273 Pass *llvm::createCoroEarlyLegacyPass() { return new CoroEarlyLegacy(); } function in class:llvm
H A DCoroutines.cpp62 PM.add(createCoroEarlyLegacyPass());
637 unwrap(PM)->add(createCoroEarlyLegacyPass());

Completed in 114 milliseconds