Searched refs:emitAlloc (Results 1 – 4 of 4) sorted by relevance
227 Value *emitAlloc(IRBuilder<> &Builder, Value *Size, CallGraph *CG) const;
499 Value *coro::Shape::emitAlloc(IRBuilder<> &Builder, Value *Size, in emitAlloc() function in coro::Shape
1142 auto Alloc = Shape.emitAlloc(Builder, AI->getSize(), nullptr); in lowerNonLocalAlloca()
1228 RawFramePtr = Shape.emitAlloc(Builder, Builder.getInt64(Size), nullptr); in splitRetconCoroutine()