Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp46 bool shouldElide(Function *F, DominatorTree &DT) const;
222 bool Lowerer::shouldElide(Function *F, DominatorTree &DT) const { in shouldElide() function in Lowerer
343 bool ShouldElide = shouldElide(CoroId->getFunction(), DT); in processCoroId()