Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp49 bool hasEscapePath(const CoroBeginInst *,
176 bool Lowerer::hasEscapePath(const CoroBeginInst *CB, in hasEscapePath() function in Lowerer
265 !hasEscapePath(It.first, Terminators)) in shouldElide()