Home
last modified time | relevance | path

Searched defs:FrameTy (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp95 auto *FrameTy = Int8Ptr; in lowerCoroDone() local
114 StructType *FrameTy = StructType::create(C, "NoopCoro.Frame"); in lowerCoroNoop() local
H A DCoroElide.cpp109 void Lowerer::elideHeapAllocations(Function *F, Type *FrameTy, AAResults &AA) { in elideHeapAllocations()
247 auto *FrameTy = getFrameType(cast<Function>(ResumeAddrConstant)); in processCoroId() local
H A DCoroCleanup.cpp46 auto *FrameTy = StructType::get( in lowerSubFn() local
H A DCoroInternal.h81 StructType *FrameTy; member
H A DCoroSplit.cpp94 auto *FrameTy = Shape.FrameTy; in createResumeEntryBlock() local
248 auto *FrameTy = Shape.FrameTy; in createClone() local
523 static void handleNoSuspendCoroutine(CoroBeginInst *CoroBegin, Type *FrameTy) { in handleNoSuspendCoroutine()
H A DCoroFrame.cpp379 StructType *FrameTy = StructType::create(C, Name); in buildFrameType() local
478 Type *FrameTy = FramePtrTy->getElementType(); in insertSpills() local