HomeSort by relevance Sort by last modified time
    Searched refs:MadeChange (Results 51 - 58 of 58) sorted by null

1 23

  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 261 bool MadeChange = false;
263 MadeChange |= TypeConstraints[i].ApplyTypeConstraint(N, *this, TP);
264 return MadeChange;
DAGISelMatcherGen.cpp 184 bool MadeChange = true;
185 while (MadeChange)
186 MadeChange = PatWithNoTypes->ApplyTypeConstraints(TP,
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 35 bool MadeChange = false;
57 MadeChange = true;
62 MadeChange = true;
67 MadeChange = true;
75 return MadeChange ? V : nullptr;
    [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp     [all...]
  /external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 236 milliseconds

1 23