HomeSort by: relevance | last modified time | path
    Searched refs:CanReorder (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ImplicitNullChecks.cpp 88 bool canReorder(const MachineInstr *A, const MachineInstr *B);
97 bool CanReorder;
104 bool CanReorder,
106 : CanReorder(CanReorder), PotentialDependence(PotentialDependence) {
107 assert((!PotentialDependence || CanReorder) &&
108 "!CanReorder && PotentialDependence.hasValue() not allowed!");
261 if (canReorder(*I, MI))
276 bool ImplicitNullChecks::canReorder(const MachineInstr *A,
518 if (!DepResult.CanReorder)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 3055 bool CanReorder = true;
3058 CanReorder = false;
3062 if (CanReorder) {

Completed in 47 milliseconds