OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DeletedInstructions
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp
1542
bool isDeleted(Instruction *I) const { return
DeletedInstructions
.count(I); }
1975
auto It =
DeletedInstructions
.try_emplace(I, ReplaceOpsWithUndef).first;
1981
DenseMap<Instruction *, bool>
DeletedInstructions
;
2553
for (const auto &Pair :
DeletedInstructions
) {
2562
for (const auto &Pair :
DeletedInstructions
) {
SLPVectorizer.cpp
1542
bool isDeleted(Instruction *I) const { return
DeletedInstructions
.count(I); }
1975
auto It =
DeletedInstructions
.try_emplace(I, ReplaceOpsWithUndef).first;
1981
DenseMap<Instruction *, bool>
DeletedInstructions
;
2553
for (const auto &Pair :
DeletedInstructions
) {
2562
for (const auto &Pair :
DeletedInstructions
) {
Completed in 90 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026