Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp52 bool hasEscapePath(const CoroBeginInst *,
180 bool Lowerer::hasEscapePath(const CoroBeginInst *CB, in hasEscapePath() function in Lowerer
306 !hasEscapePath(It.first, Terminators)) in shouldElide()