HomeSort by relevance Sort by last modified time
    Searched refs:Changed (Results 76 - 100 of 122) sorted by null

1 2 34 5

  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 440 bool Changed = false;
539 Changed = true;
544 return Changed;
MergeFunctions.cpp 609 bool Changed = false;
634 Changed |= insert(CF);
649 Changed |= insert(CF);
657 return Changed;
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 615 bool Changed = false;
626 Changed |= ExpandKernel(kernel, signature);
629 Changed |= ExpandFunction(kernel, signature);
633 return Changed;
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 20 // is changed to compute the derived value outside of the loop, eliminating
75 bool Changed;
80 Changed(false) {
436 Changed = true;
458 if (Changed)
547 Changed = true;
    [all...]
DeadStoreElimination.cpp 62 bool Changed = false;
67 Changed |= runOnBasicBlock(*I);
70 return Changed;
ScalarReplAggregates.cpp     [all...]
SROA.cpp     [all...]
CodeGenPrepare.cpp 234 bool Changed = false;
247 Changed = true;
261 return Changed;
784 bool Changed = false;
807 ModifiedDT = Changed = true;
812 if (Changed && !BB->hasAddressTaken() && pred_begin(BB) == pred_end(BB))
815 return Changed;
    [all...]
JumpThreading.cpp 156 bool Changed, EverChanged = false;
158 Changed = false;
163 Changed = true;
176 Changed = true;
201 Changed = true;
211 EverChanged |= Changed;
212 } while (Changed);
    [all...]
LoopStrengthReduce.cpp 40 // TODO: Should the addressing mode BaseGV be changed to a ConstantExpr instead
753 bool Changed = false;
770 Changed = true;
773 return Changed;
    [all...]
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 122 /// coalesceLocation - After LocNo was changed, check if it has become
462 bool Changed = false;
480 Changed = true;
486 return Changed;
696 bool Changed = collectDebugValues(mf);
700 ModifiedMF = Changed;
701 return Changed;
    [all...]
InlineSpiller.cpp 388 bool Changed = false;
392 Changed = true;
400 Changed = true;
425 Changed = true;
441 Changed = true;
449 if (!Changed)
452 // Something changed in DepSVI. Propagate to dependents.
    [all...]
MachineLICM.cpp 78 bool Changed; // True if a loop is changed.
322 Changed = FirstInLoop = false;
382 return Changed;
626 Changed = true;
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 14 // The pattern that defines the induction variable can changed depending on
299 bool Changed = false;
312 Changed |= convertToHardwareLoop(L);
315 return Changed;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 357 bool Changed = false;
423 // zext + signed compare cannot be changed:
453 Changed = true;
515 Changed = true;
519 Changed = true;
523 return Changed ? &SI : 0;
    [all...]
InstCombineCalls.cpp 219 bool Changed = false;
250 Changed = true;
270 if (Changed) return II;
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MacOSKeychainAPIChecker.cpp 554 bool Changed = false;
560 Changed = true;
571 if (!Changed) {
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 105 bool Changed = false;
108 Changed |= RecursivelyDeleteDeadPHINode(PN, TLI);
110 return Changed;
LowerInvoke.cpp 172 bool Changed = false;
194 ++NumInvokes; Changed = true;
196 return Changed;
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 344 bool makeLoopInvariant(Value *V, bool &Changed,
356 bool makeLoopInvariant(Instruction *I, bool &Changed,
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 732 bool Changed = false;
748 Changed = true;
758 Changed |= VisitNode(*I, TLSBaseAddrReg);
761 return Changed;
  /external/openssh/contrib/suse/
openssh.spec 95 - Changed permissions on ssh_config in the install procedure to 644 from 600
106 - Changed instances of pam_pwdb.so to pam_unix.so, since it works more properly
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 367 bool Changed = false;
371 Changed |= processBasicBlock(MF, **I);
377 Changed |= processBasicBlock(MF, *BB);
381 return Changed;
408 bool Changed = false;
486 Changed = true;
491 return Changed;
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 204 // Return true if the RegUnits changed.
    [all...]

Completed in 699 milliseconds

1 2 34 5