Searched refs:EscapingBBs (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp197 SmallPtrSet<const BasicBlock *, 32> EscapingBBs; local
214 EscapingBBs.insert(cast<Instruction>(U)->getParent());
227 PotentiallyEscaped |= EscapingBBs.count(BB);

Completed in 100 milliseconds