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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopSimplifyCFG.cpp 96 /// Find innermost loop that contains at least one block from \p BBs and
100 Loop *Innermost = nullptr;
109 if (!Innermost || BBL->getLoopDepth() > Innermost->getLoopDepth())
110 Innermost = BBL;
112 return Innermost;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 1881 ArrayRef<TemplateArgument> Innermost = TemplateArgs.getInnermost();
1885 = FunctionTemplate->findSpecialization(Innermost, InsertPos);
2053 ArrayRef<TemplateArgument> Innermost = TemplateArgs.getInnermost();
2056 Innermost),
2130 // find a previous declaration. This is the innermost enclosing namespace,
2213 ArrayRef<TemplateArgument> Innermost = TemplateArgs.getInnermost();
2217 = FunctionTemplate->findSpecialization(Innermost, InsertPos);
2390 ArrayRef<TemplateArgument> Innermost = TemplateArgs.getInnermost();
2393 Innermost),
  /src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
OMPIRBuilder.cpp 1568 CanonicalLoopInfo *Innermost = Loops.back();
1603 // innermost loop use the least significant bits.
1648 ContinueWith(Innermost->getBody(), Innermost->getLatch());
1703 // that are used in the loop nest body. To be usable with in the innermost
1750 // Generate the new loop nest, from the outermost to the innermost.
1791 // Within the innermost floor loop, emit the code that computes the tile

Completed in 36 milliseconds