OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FirstOrderRecurrences
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/
LoopVectorizationLegality.h
297
RecurrenceSet &getFirstOrderRecurrences() { return
FirstOrderRecurrences
; }
519
RecurrenceSet
FirstOrderRecurrences
;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorizationLegality.cpp
672
FirstOrderRecurrences
.insert(Phi);
847
if (any_of(
FirstOrderRecurrences
, [LoopLatch, this](const PHINode *Phi) {
906
return
FirstOrderRecurrences
.count(Phi);
Completed in 17 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026