Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Coroutines/
H A DCoroSplit.h25 CoroSplitPass(bool ReuseFrameSlot = false) : ReuseFrameSlot(ReuseFrameSlot) {} in ReuseFrameSlot() function
32 bool ReuseFrameSlot; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h57 DbgVariableIntrinsic *DVI, bool ReuseFrameSlot);
129 bool ReuseFrameSlot; member
275 explicit Shape(Function &F, bool ReuseFrameSlot = false)
276 : ReuseFrameSlot(ReuseFrameSlot) { in ReuseFrameSlot() function
H A DCoroSplit.cpp657 coro::salvageDebugInfo(DbgPtrAllocaCache, DVI, Shape.ReuseFrameSlot); in salvageDebugInfo()
1766 bool ReuseFrameSlot) { in splitCoroutine() argument
1773 coro::Shape Shape(F, ReuseFrameSlot); in splitCoroutine()
2113 const coro::Shape Shape = splitCoroutine(F, Clones, ReuseFrameSlot); in run()
2147 CoroSplitLegacy(bool ReuseFrameSlot = false) in CoroSplitLegacy()
2148 : CallGraphSCCPass(ID), ReuseFrameSlot(ReuseFrameSlot) { in CoroSplitLegacy()
2153 bool ReuseFrameSlot; member
2212 const coro::Shape Shape = splitCoroutine(*F, Clones, ReuseFrameSlot); in runOnSCC()
2249 Pass *llvm::createCoroSplitLegacyPass(bool ReuseFrameSlot) { in INITIALIZE_PASS_DEPENDENCY()
2250 return new CoroSplitLegacy(ReuseFrameSlot); in INITIALIZE_PASS_DEPENDENCY()
H A DCoroFrame.cpp582 if (!Shape.ReuseFrameSlot && !EnableReuseStorageInFrame) { in addFieldForAllocas()
1620 coro::salvageDebugInfo(DbgPtrAllocaCache, DDI, Shape.ReuseFrameSlot); in insertSpills()
2442 DbgVariableIntrinsic *DVI, bool ReuseFrameSlot) { in salvageDebugInfo() argument
2495 if (!ReuseFrameSlot && !EnableReuseStorageInFrame) in salvageDebugInfo()