OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemovedSuccessors
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
ADCE.cpp
606
SmallPtrSet<BasicBlock *, 4>
RemovedSuccessors
;
611
RemovedSuccessors
.insert(Succ);
619
for (auto *Succ :
RemovedSuccessors
) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
Local.cpp
270
SmallSet<BasicBlock *, 8>
RemovedSuccessors
;
276
RemovedSuccessors
.insert(Succ);
292
Updates.reserve(
RemovedSuccessors
.size());
293
for (auto *RemovedSuccessor :
RemovedSuccessors
)
342
SmallSet<BasicBlock *, 8>
RemovedSuccessors
;
351
RemovedSuccessors
.insert(DestBB);
379
Updates.reserve(
RemovedSuccessors
.size());
380
for (auto *RemovedSuccessor :
RemovedSuccessors
)
SimplifyCFG.cpp
3939
SmallPtrSet<BasicBlock *, 2>
RemovedSuccessors
;
3953
RemovedSuccessors
.insert(Succ);
3994
Updates.reserve(
RemovedSuccessors
.size());
3995
for (auto *RemovedSuccessor :
RemovedSuccessors
)
5458
SmallPtrSet<BasicBlock *, 4>
RemovedSuccessors
;
5465
if (DTU &&
RemovedSuccessors
.insert(Succ).second)
6118
SmallPtrSet<BasicBlock *, 8>
RemovedSuccessors
;
6125
RemovedSuccessors
.insert(Succ);
6130
for (BasicBlock *RemovedSuccessor :
RemovedSuccessors
)
Completed in 33 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026