Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp71 if (Intrin->isFromPromise()) in lowerCoroPromise()
H A DCoroutines.cpp488 PI->replaceAllUsesWith(PI->isFromPromise() in cleanCoroutine()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/
H A DCoroInstr.h496 bool isFromPromise() const { in isFromPromise() function