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

  /external/llvm/lib/Target/PowerPC/
PPCMIPeephole.cpp 82 bool Simplified = false;
144 Simplified = true;
157 Simplified = true;
169 Simplified = true;
187 return Simplified;
  /external/llvm/include/llvm/Target/
TargetOptions.h 47 Simplified, // Use one table per function type, with types projected
  /external/llvm/lib/Transforms/Utils/
LoopUnroll.cpp 541 bool Simplified = simplifyLoop(OuterL, DT, LI, SE, AC, PreserveLCSSA);
551 if (CompletelyUnroll && (!AllExitsAreInsideParentLoop || Simplified))
  /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).
138 /// Returns the simplified value, or null if no simplification was performed.
322 // If they simplified to the same value, then return the common value.
327 // If one branch simplified to undef, return the other one.
338 // If one branch simplified and the other did not, and the simplified
339 // value is equal to the unsimplified one, return the simplified value.
342 // Check that the simplified value has the form "X op Y" where "op" is the
344 Instruction *Simplified = dyn_cast<Instruction>(FV ? FV : TV)
    [all...]

Completed in 383 milliseconds