Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp51 bool hasEscapePath(const CoroBeginInst *,
187 bool Lowerer::hasEscapePath(const CoroBeginInst *CB, in hasEscapePath() function in Lowerer
276 !hasEscapePath(It.first, Terminators)) in shouldElide()