Home
last modified time | relevance | path

Searched refs:invalidateCoroutine (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/
H A DCoroShape.h88 invalidateCoroutine(Function &F,
279 invalidateCoroutine(F, CoroFrames); in Shape()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp342 void coro::Shape::invalidateCoroutine( in invalidateCoroutine() function in coro::Shape