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),
151 assert(!CanonicalMode &&
152 "IV increment positions are not supported in CanonicalMode");
160 assert(!CanonicalMode &&
161 "Post-inc expansion is not supported in CanonicalMode");
177 void disableCanonicalMode() { CanonicalMode = false; }
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]

Completed in 77 milliseconds