OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Lifetimes
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroFrame.cpp
2353
SmallVector<Instruction *, 1>
Lifetimes
;
2363
Lifetimes
.push_back(U);
2369
Lifetimes
.push_back(U->user_back());
2393
if (Valid &&
Lifetimes
.size() != 0) {
2396
if (isa<AllocaInst>(
Lifetimes
[0]->getOperand(1)))
2403
auto *NewLifetime =
Lifetimes
[0]->clone();
2408
for (Instruction *S :
Lifetimes
)
CoroFrame.cpp
2353
SmallVector<Instruction *, 1>
Lifetimes
;
2363
Lifetimes
.push_back(U);
2369
Lifetimes
.push_back(U->user_back());
2393
if (Valid &&
Lifetimes
.size() != 0) {
2396
if (isa<AllocaInst>(
Lifetimes
[0]->getOperand(1)))
2403
auto *NewLifetime =
Lifetimes
[0]->clone();
2408
for (Instruction *S :
Lifetimes
)
Completed in 134 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026