OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Clones
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroSplit.cpp
988
// Eliminate coro.free from the
clones
, replacing it with 'null' in cleanup,
1460
SmallVectorImpl<Function *> &
Clones
) {
1480
assert(
Clones
.empty());
1481
Clones
.push_back(ResumeClone);
1482
Clones
.push_back(DestroyClone);
1483
Clones
.push_back(CleanupClone);
1488
setCoroInfo(F, Shape,
Clones
);
1539
SmallVectorImpl<Function *> &
Clones
) {
1541
assert(
Clones
.empty());
1572
Clones
.reserve(Shape.CoroSuspends.size())
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUPropagateAttributes.cpp
19
/// simply propagates attributes. A module pass
clones
functions if there are
119
//
Clones
of functions with their attributes.
120
SmallVector<Clone, 32>
Clones
;
205
// TODO: search for clone's
clones
.
206
for (Clone &C :
Clones
)
284
Clones
.push_back(Clone(CallerProps, &F, NewF));
307
Clones
.clear();
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonLoopIdiomRecognition.cpp
225
ValueSetType
Clones
; // The set of all cloned values.
371
Clones
.insert(U);
459
for (Value *V :
Clones
) {
465
for (Value *V :
Clones
) {
Completed in 30 milliseconds
Indexes created Mon Sep 14 00:24:24 UTC 2026