HomeSort by relevance Sort by last modified time
    Searched refs:Simplified (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 228 DEBUG(dbgs() << "INDVARS: Simplified rem: " << *Rem << '\n');
270 SmallPtrSet<Instruction*,16> &Simplified,
279 // If Def is a LoopPhi, it may not be in the Simplified set, so check for
281 if (User != Def && Simplified.insert(User))
324 SmallPtrSet<Instruction*,16> Simplified;
332 pushIVUsers(CurrIV, Simplified, SimpleIVUsers);
342 assert(N <= Simplified.size() && "runaway iteration");
353 pushIVUsers(IVOperand, Simplified, SimpleIVUsers);
362 pushIVUsers(UseOper.first, Simplified, SimpleIVUsers);
  /external/chromium_org/third_party/icu/source/data/mappings/
ucmlocal.mk 11 # * Simplified Chinese : GBK(Windows cp936), GB 18030
  /external/libvpx/libvpx/
examples.mk 75 simple_decoder.DESCRIPTION = Simplified decoder loop
86 simple_encoder.DESCRIPTION = Simplified encoder loop
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 15 // simplified: This is usually true and assuming it simplifies the logic (if
16 // they have not been simplified then results are correct but maybe suboptimal).
127 /// Returns the simplified value, or null if no simplification was performed.
188 /// Returns the simplified value, or null if no simplification was performed.
383 // If they simplified to the same value, then return the common value.
388 // If one branch simplified to undef, return the other one.
399 // If one branch simplified and the other did not, and the simplified
400 // value is equal to the unsimplified one, return the simplified value.
403 // Check that the simplified value has the form "X op Y" where "op" is th
    [all...]
BasicAliasAnalysis.cpp 306 if (const Value *Simplified =
308 V = Simplified;
    [all...]
ValueTracking.cpp     [all...]
  /external/chromium_org/chrome/browser/resources/signin_internals/
signin_internals.js 54 // Simplified Event class, borrowed (ok, stolen) from chrome_sync.js
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/
options.js 53 { scriptCode: 'Hans', scriptName: 'Simplified Han'},
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 978 milliseconds