OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CoroEnds
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
Coroutines.cpp
235
Shape.
CoroEnds
.clear();
323
CoroEnds
.push_back(cast<AnyCoroEndInst>(II));
327
if (
CoroEnds
.back()->isFallthrough() && isa<CoroEndInst>(II)) {
329
//
CoroEnds
vector.
331
if (
CoroEnds
.size() > 1) {
332
if (
CoroEnds
.front()->isFallthrough())
335
std::swap(
CoroEnds
.front(),
CoroEnds
.back());
363
for (AnyCoroEndInst *CE :
CoroEnds
)
CoroInternal.h
100
SmallVector<AnyCoroEndInst *, 4>
CoroEnds
;
CoroFrame.cpp
215
for (auto *CE : Shape.
CoroEnds
)
2239
for (auto End : Shape.
CoroEnds
) {
2545
// Put
CoroEnds
into their own blocks.
2546
for (AnyCoroEndInst *CE : Shape.
CoroEnds
) {
CoroSplit.cpp
577
for (AnyCoroEndInst *CE : Shape.
CoroEnds
) {
1007
for (auto End : Shape.
CoroEnds
) {
1829
for (llvm::AnyCoroEndInst *End : Shape.
CoroEnds
) {
Completed in 23 milliseconds
Indexes created Tue Sep 15 00:24:42 UTC 2026