Home
last modified time | relevance | path

Searched refs:emitDealloc (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroInternal.h232 void emitDealloc(IRBuilder<> &Builder, Value *Ptr, CallGraph *CG) const;
DCoroutines.cpp520 void coro::Shape::emitDealloc(IRBuilder<> &Builder, Value *Ptr, in emitDealloc() function in coro::Shape
DCoroFrame.cpp1150 Shape.emitDealloc(Builder, Alloc, nullptr); in lowerNonLocalAlloca()
DCoroSplit.cpp169 Shape.emitDealloc(Builder, FramePtr, CG); in maybeFreeRetconStorage()