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

  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 76 bool CanonicalMode;
97 IVIncInsertPos(nullptr), CanonicalMode(true), LSRMode(false),
172 assert(!CanonicalMode &&
173 "IV increment positions are not supported in CanonicalMode");
181 assert(!CanonicalMode &&
182 "Post-inc expansion is not supported in CanonicalMode");
198 void disableCanonicalMode() { CanonicalMode = false; }
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]

Completed in 101 milliseconds