HomeSort by relevance Sort by last modified time
    Searched refs:Changed (Results 176 - 200 of 240) sorted by null

1 2 3 4 5 6 78 910

  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 540 bool Changed = false;
656 Changed = true;
661 return Changed;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopDistribute.cpp 599 bool Changed = false;
601 Changed |= processLoop(L);
604 return Changed;
LoopRerollPass.cpp     [all...]
ScalarReplAggregates.cpp     [all...]
JumpThreading.cpp 217 bool Changed, EverChanged = false;
219 Changed = false;
224 Changed = true;
237 Changed = true;
262 Changed = true;
272 EverChanged |= Changed;
273 } while (Changed);
    [all...]
LoopStrengthReduce.cpp 40 // TODO: Should the addressing mode BaseGV be changed to a ConstantExpr instead
817 bool Changed = false;
834 Changed = true;
837 return Changed;
    [all...]
Reassociate.cpp 554 bool Changed = false;
623 Changed = true;
667 Changed = true;
707 return Changed;
760 // Nothing changed, leave it alone.
    [all...]
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 117 bool Changed = false;
129 Changed = true;
138 return Changed;
  /external/llvm/lib/CodeGen/
InlineSpiller.cpp 394 bool Changed = false;
398 Changed = true;
406 Changed = true;
431 Changed = true;
460 Changed = true;
468 if (!Changed)
471 // Something changed in DepSVI. Propagate to dependents.
    [all...]
MachineLICM.cpp 86 bool Changed; // True if a loop is changed.
266 Changed = FirstInLoop = false;
328 return Changed;
568 Changed = true;
    [all...]
MachineBasicBlock.cpp     [all...]
  /external/mesa3d/docs/
MESA_swap_control.spec 127 Changed the default swap interval to 0.
  /external/v8/src/compiler/
redundancy-elimination.cc 205 // Only signal that the {node} has Changed, if the information about {checks}
206 // has changed wrt. the {original}.
209 return Changed(node);
js-inlining.cc 173 return Changed(value_output);
176 return Changed(call);
branch-elimination.cc 209 // Only signal that the node has Changed if the condition information has
210 // changed.
214 return Changed(node);
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 14 // The pattern that defines the induction variable can changed depending on
350 bool Changed = false;
361 Changed |= convertToHardwareLoop(L, L0Used, L1Used);
364 return Changed;
    [all...]
HexagonSplitDouble.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 325 bool Changed = false;
327 Changed |= processBasicBlock(MF, *BB);
333 Changed |= processBasicBlock(MF, BB);
337 return Changed;
363 bool Changed = false;
446 Changed = true;
451 return Changed;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 406 bool Changed = false;
464 // zext + signed compare cannot be changed:
494 Changed = true;
537 Changed = true;
541 Changed = true;
598 return Changed ? &SI : nullptr;
    [all...]
InstCombineMulDivRem.cpp 176 bool Changed = SimplifyAssociativeOrCommutative(I);
390 Changed = true;
397 Changed = true;
401 return Changed ? &I : nullptr;
535 bool Changed = SimplifyAssociativeOrCommutative(I);
712 return Changed ? &I : nullptr;
    [all...]
InstCombineCalls.cpp 703 bool Changed = false;
734 Changed = true;
754 if (Changed) return II;
    [all...]
  /external/v8/test/unittests/compiler/
graph-reducer-unittest.cc 247 EXPECT_FALSE(r.Reduce(node0).Changed());
248 EXPECT_FALSE(r.Reduce(node1).Changed());
266 EXPECT_FALSE(r.Reduce(node0).Changed());
267 EXPECT_FALSE(r.Reduce(node1).Changed());
486 Return(Reducer::Changed(node0)));
833 // rerun for changed nodes.
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 388 bool makeLoopInvariant(Value *V, bool &Changed,
400 bool makeLoopInvariant(Instruction *I, bool &Changed,
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 201 // Return true if the RegUnits changed.
203 bool changed = false; local
208 changed |= (RegUnits |= SR->RegUnits);
211 return changed;
    [all...]

Completed in 370 milliseconds

1 2 3 4 5 6 78 910