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

/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DTargetSchedule.cpp49 unsigned LCM = (uint64_t(A) * B) / gcd(A, B); local
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp156 removeUnneededCalls(PathPieces &pieces, BugReport *R, LocationContextMap &LCM) argument
558 GenerateMinimalPathDiagnostic(PathDiagnostic& PD, PathDiagnosticBuilder &PDB, const ExplodedNode *N, LocationContextMap &LCM, ArrayRef<BugReporterVisitor *> visitors) argument
1394 GenerateExtensivePathDiagnostic(PathDiagnostic& PD, PathDiagnosticBuilder &PDB, const ExplodedNode *N, LocationContextMap &LCM, ArrayRef<BugReporterVisitor *> visitors) argument
1638 GenerateAlternateExtensivePathDiagnostic(PathDiagnostic& PD, PathDiagnosticBuilder &PDB, const ExplodedNode *N, LocationContextMap &LCM, ArrayRef<BugReporterVisitor *> visitors) argument
2331 optimizeEdges(PathPieces &path, SourceManager &SM, OptimizedCallsSet &OCS, LocationContextMap &LCM) argument
2517 dropFunctionEntryEdge(PathPieces &Path, LocationContextMap &LCM, SourceManager &SM) argument
3138 LocationContextMap LCM; local
[all...]

Completed in 178 milliseconds