Searched refs:insertSpills (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp489 // alloca that dominates CoroBegin. If that is the case, insertSpills will copy
586 static Instruction *insertSpills(const SpillInfo &Spills, coro::Shape &Shape) { function
1435 Shape.FramePtr = insertSpills(Spills, Shape);

Completed in 109 milliseconds