Home
last modified time | relevance | path

Searched refs:createCoroCleanupPass (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp58 PM.add(createCoroCleanupPass()); in addCoroutineOpt0Passes()
78 PM.add(createCoroCleanupPass()); in addCoroutineOptimizerLastPasses()
362 unwrap(PM)->add(createCoroCleanupPass()); in LLVMAddCoroCleanupPass()
H A DCoroCleanup.cpp137 Pass *llvm::createCoroCleanupPass() { return new CoroCleanup(); } in createCoroCleanupPass() function in llvm
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/
H A DCoroutines.h34 Pass *createCoroCleanupPass();