HomeSort by: relevance | last modified time | path
    Searched defs:Flatten (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangOptionDocEmitter.cpp 53 auto Flatten = [](Record *R) {
58 while (R && Flatten(R)) {
68 if (Flatten(R))
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopFlatten.cpp 20 // It can also flatten loops where the induction variables are not used in the
52 #define DEBUG_TYPE "loop-flatten"
58 "loop-flatten-cost-threshold", cl::Hidden, cl::init(2),
63 AssumeNoOverflow("loop-flatten-assume-no-overflow", cl::Hidden,
69 WidenIV("loop-flatten-widen-iv", cl::Hidden,
88 // Whether this holds the flatten info before or after widening.
95 // can flatten.
294 LLVM_DEBUG(dbgs() << "Cannot flatten because instruction may have "
530 BinaryOperator::CreateMul(FI.InnerLimit, FI.OuterLimit, "flatten.tripcount",
562 "flatten.trunciv")
    [all...]

Completed in 25 milliseconds