Searched refs:shouldElide (Results 1 – 1 of 1) sorted by relevance
46 bool shouldElide(Function *F, DominatorTree &DT) const;222 bool Lowerer::shouldElide(Function *F, DominatorTree &DT) const { in shouldElide() function in Lowerer343 bool ShouldElide = shouldElide(CoroId->getFunction(), DT); in processCoroId()