Home
last modified time | relevance | path

Searched refs:Levels (Results 1 – 20 of 20) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DInterpFrame.cpp122 llvm::SmallVector<Pointer, 2> Levels; in print() local
124 Levels.push_back(F); in print()
129 for (const auto &It : Levels) { in print()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h229 unsigned Levels);
246 unsigned getLevels() const override { return Levels; } in getLevels()
284 unsigned short Levels;
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DScopedPrinter.h121 void indent(int Levels = 1) { IndentLevel += Levels; }
123 void unindent(int Levels = 1) {
124 IndentLevel = IndentLevel > Levels ? IndentLevel - Levels : 0;
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/
H A DREADME.gcc4 Verbosity Levels
H A DChangeLog11478 2000-02-05 Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp268 : Dependence(Source, Destination), Levels(CommonLevels), in FullDependence()
291 for (unsigned Level = 1; Level <= Levels; ++Level) { in isDirectionNegative()
310 for (unsigned Level = 1; Level <= Levels; ++Level) { in normalize()
335 assert(0 < Level && Level <= Levels && "Level out of range"); in getDirection()
342 assert(0 < Level && Level <= Levels && "Level out of range"); in getDistance()
351 assert(0 < Level && Level <= Levels && "Level out of range"); in isScalar()
359 assert(0 < Level && Level <= Levels && "Level out of range"); in isPeelFirst()
367 assert(0 < Level && Level <= Levels && "Level out of range"); in isPeelLast()
374 assert(0 < Level && Level <= Levels && "Level out of range"); in isSplitable()
671 unsigned Levels = getLevels(); in dump() local
[all …]
H A DLoopCacheAnalysis.cpp243 int Levels = D->getLevels(); in hasTemporalReuse() local
244 for (int Level = 1; Level <= Levels; ++Level) { in hasTemporalReuse()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp139 unsigned Levels = D->getLevels(); in populateDependencyMatrix() local
141 for (unsigned II = 1; II <= Levels; ++II) { in populateDependencyMatrix()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp1237 const std::vector<std::string> &Levels, in parseDiagnosticLevelMask() argument
1241 for (const auto &Level : Levels) { in parseDiagnosticLevelMask()
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A DChangeLog-92972068 Tue Feb 20 11:02:44 1996 Alan Modra <alan@mullet.Levels.UniSA.Edu.Au>
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A DChangeLog-92972068 Tue Feb 20 11:02:44 1996 Alan Modra <alan@mullet.Levels.UniSA.Edu.Au>
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DFSFChangeLog.107313 Fri May 19 19:27:08 1995 Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
8162 Wed May 3 08:49:06 1995 Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
H A DChangeLog.315048 2000-01-22 Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dcpp.texi3792 @item Levels of parenthesized expressions within a full expression.
/openbsd-src/gnu/gcc/gcc/doc/
H A Dcpp.texi3925 @item Levels of parenthesized expressions within a full expression.
H A Dcpp.info3570 * Levels of parenthesized expressions within a full expression.
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A DChangeLog-96975719 <alan@mullet.Levels.UniSA.Edu.Au>.
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A DChangeLog-96975719 <alan@mullet.Levels.UniSA.Edu.Au>.
/openbsd-src/gnu/usr.bin/binutils/ld/
H A DChangeLog-91973744 alan@SPRI.Levels.UniSA.Edu.Au (Alan Modra).
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/
H A DChangeLog-91973744 alan@SPRI.Levels.UniSA.Edu.Au (Alan Modra).