Searched defs:LCM (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DTargetSchedule.cpp48 unsigned LCM = (uint64_t(A) * B) / gcd(A, B); local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp156 removeUnneededCalls(PathPieces &pieces, BugReport *R, LocationContextMap &LCM) argument
556 GenerateMinimalPathDiagnostic( PathDiagnostic &PD, PathDiagnosticBuilder &PDB, const ExplodedNode *N, LocationContextMap &LCM, ArrayRef<std::unique_ptr<BugReporterVisitor>> visitors) argument
1387 GenerateExtensivePathDiagnostic( PathDiagnostic &PD, PathDiagnosticBuilder &PDB, const ExplodedNode *N, LocationContextMap &LCM, ArrayRef<std::unique_ptr<BugReporterVisitor>> visitors) argument
1627 GenerateAlternateExtensivePathDiagnostic( PathDiagnostic &PD, PathDiagnosticBuilder &PDB, const ExplodedNode *N, LocationContextMap &LCM, ArrayRef<std::unique_ptr<BugReporterVisitor>> visitors) argument
2317 optimizeEdges(PathPieces &path, SourceManager &SM, OptimizedCallsSet &OCS, LocationContextMap &LCM) argument
2503 dropFunctionEntryEdge(PathPieces &Path, LocationContextMap &LCM, SourceManager &SM) argument
3110 LocationContextMap LCM; local
[all...]

Completed in 47 milliseconds