reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Coroutines/CoroSplit.cpp
 1383   Module &M = *F.getParent();
 1384   LLVMContext &Context = F.getContext();
 1390   F.addFnAttr(CORO_PRESPLIT_ATTR, PREPARED_FOR_SPLIT);
 1398   Instruction *InsertPt = F.getEntryBlock().getTerminator();
 1407   CG[&F]->addCalledFunction(IndirectCall, CG.getCallsExternalNode());