HomeSort by relevance Sort by last modified time
    Searched defs:HasChanged (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/
StackMapLivenessAnalysis.cpp 120 bool HasChanged = false;
132 HasChanged = true;
143 return HasChanged;
  /external/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 464 bool HasChanged = false;
487 HasChanged = true;
513 return HasChanged;
AArch64CollectLOH.cpp 400 bool HasChanged;
402 HasChanged = false;
427 HasChanged |= BBOutSet.size() != Size;
430 } while (HasChanged);
    [all...]

Completed in 468 milliseconds