OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isReductionVariable
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/
LoopVectorizationLegality.h
319
bool
isReductionVariable
(PHINode *PN) { return Reductions.count(PN); }
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp
4323
assert(Legal->
isReductionVariable
(OrigPhi) &&
4751
assert(Legal->
isReductionVariable
(P) && StartV &&
4801
assert(!Legal->
isReductionVariable
(P) &&
6103
Legal->
isReductionVariable
(&Phi);
6241
if (!Legal->
isReductionVariable
(PN))
8925
if (Legal->
isReductionVariable
(Phi)) {
Completed in 33 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026