OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HasFunNoNaNAttr
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Utils/
LoopUtils.cpp
156
Loop *TheLoop, bool
HasFunNoNaNAttr
,
257
ReduxDesc = isRecurrenceInstr(Cur, Kind, ReduxDesc,
HasFunNoNaNAttr
);
416
InstDesc &Prev, bool
HasFunNoNaNAttr
) {
447
(!
HasFunNoNaNAttr
|| Kind != RK_FloatMinMax))
469
bool
HasFunNoNaNAttr
= false;
473
HasFunNoNaNAttr
=
476
if (AddReductionVar(Phi, RK_IntegerAdd, TheLoop,
HasFunNoNaNAttr
, RedDes)) {
480
if (AddReductionVar(Phi, RK_IntegerMult, TheLoop,
HasFunNoNaNAttr
, RedDes)) {
484
if (AddReductionVar(Phi, RK_IntegerOr, TheLoop,
HasFunNoNaNAttr
, RedDes)) {
488
if (AddReductionVar(Phi, RK_IntegerAnd, TheLoop,
HasFunNoNaNAttr
, RedDes))
[
all
...]
/external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp
[
all
...]
Completed in 622 milliseconds