HomeSort by: relevance | last modified time | path
    Searched refs:RetconLowering (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroInternal.h 165 RetconLoweringStorage RetconLowering;
213 return RetconLowering.ResumePrototype->getFunctionType();
240 auto FTy = RetconLowering.ResumePrototype->getFunctionType();
251 return RetconLowering.ResumePrototype->getCallingConv();
Coroutines.cpp 414 this->RetconLowering.ResumePrototype = Prototype;
415 this->RetconLowering.Alloc = ContinuationId->getAllocFunction();
416 this->RetconLowering.Dealloc = ContinuationId->getDeallocFunction();
417 this->RetconLowering.ReturnBlock = nullptr;
418 this->RetconLowering.IsFrameInlineInStorage = false;
537 auto Alloc = RetconLowering.Alloc;
560 auto Dealloc = RetconLowering.Dealloc;
CoroSplit.cpp 172 if (Shape.RetconLowering.IsFrameInlineInStorage)
795 if (Shape.RetconLowering.IsFrameInlineInStorage)
904 NewAttrs = Shape.RetconLowering.ResumePrototype->getAttributes();
1635 if (Shape.RetconLowering.IsFrameInlineInStorage) {
1693 Shape.RetconLowering.ReturnBlock = ReturnBB;
CoroFrame.cpp 1167 Shape.RetconLowering.IsFrameInlineInStorage

Completed in 19 milliseconds