OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReuseFrameSlot
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Coroutines/
CoroSplit.h
25
CoroSplitPass(bool
ReuseFrameSlot
= false) :
ReuseFrameSlot
(
ReuseFrameSlot
) {}
32
bool
ReuseFrameSlot
;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroInternal.h
57
DbgVariableIntrinsic *DVI, bool
ReuseFrameSlot
);
129
bool
ReuseFrameSlot
;
275
explicit Shape(Function &F, bool
ReuseFrameSlot
= false)
276
:
ReuseFrameSlot
(
ReuseFrameSlot
) {
CoroSplit.cpp
657
coro::salvageDebugInfo(DbgPtrAllocaCache, DVI, Shape.
ReuseFrameSlot
);
1766
bool
ReuseFrameSlot
) {
1773
coro::Shape Shape(F,
ReuseFrameSlot
);
2113
const coro::Shape Shape = splitCoroutine(F, Clones,
ReuseFrameSlot
);
2147
CoroSplitLegacy(bool
ReuseFrameSlot
= false)
2148
: CallGraphSCCPass(ID),
ReuseFrameSlot
(
ReuseFrameSlot
) {
2153
bool
ReuseFrameSlot
;
2212
const coro::Shape Shape = splitCoroutine(*F, Clones,
ReuseFrameSlot
);
2249
Pass *llvm::createCoroSplitLegacyPass(bool
ReuseFrameSlot
) {
[
all
...]
CoroFrame.cpp
582
if (!Shape.
ReuseFrameSlot
&& !EnableReuseStorageInFrame) {
1620
coro::salvageDebugInfo(DbgPtrAllocaCache, DDI, Shape.
ReuseFrameSlot
);
2442
DbgVariableIntrinsic *DVI, bool
ReuseFrameSlot
) {
2495
if (!
ReuseFrameSlot
&& !EnableReuseStorageInFrame)
Completed in 19 milliseconds
Indexes created Mon Sep 14 00:24:24 UTC 2026