Home
last modified time | relevance | path

Searched refs:InReduction (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp1363 bool InReduction = Reductions.isPairInSame(BaseInst, RootInst); in validate() local
1365 if (!(InReduction && BaseInst->isAssociative())) { in validate()
1373 if (InReduction) in validate()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dopenmp-parsers.cpp249 "IN_REDUCTION" >> construct<OmpClause>(construct<OmpClause::InReduction>(
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-omp-structure.cpp1820 CHECK_SIMPLE_CLAUSE(InReduction, OMPC_in_reduction) in CHECK_SIMPLE_CLAUSE()