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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp217 static bool declaresCoroEarlyIntrinsics(const Module &M) { function
227 if (!declaresCoroEarlyIntrinsics(M) || !Lowerer(M).lowerEarlyIntrinsics(F))
248 if (declaresCoroEarlyIntrinsics(M))

Completed in 87 milliseconds