reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
159 if (auto CS = CallSite(&I)) { 164 CoroFrees.push_back(cast<CoroFreeInst>(&I)); 169 if (cast<CoroSuspendInst>(&I)->isFinal()) 175 if (cast<CoroEndInst>(&I)->isFallthrough()) 179 lowerCoroNoop(cast<IntrinsicInst>(&I)); 184 if (auto *CII = cast<CoroIdInst>(&I)) { 189 CoroId = cast<CoroIdInst>(&I); 204 lowerCoroPromise(cast<CoroPromiseInst>(&I)); 207 lowerCoroDone(cast<IntrinsicInst>(&I));